n8n-nodes-zep-memory-test-v3
v0.0.9
Published
n8n community node for Zep v3 Memory - replaces discontinued official node
Maintainers
Readme
n8n-nodes-zep-memory-test-v3 (LAB)
LAB clone – mirrors the production package 8n-nodes-zep-memory-v3 for internal testing and DX improvements. The project is private ("private": true) and must not be published to npm.
This lab project keeps the functional behaviour of the original Zep Memory v3 node while providing extra tooling for experimentation (source maps, optional verbose logging, sample env file, and additional scripts).
What is included
- Same TypeScript sources for the node and credentials as production
- Optional verbose logging behind the LAB_VERBOSE environment flag
- sconfig.json with sourceMap: true for easier debugging
- Development scripts ( pm run build, pm run dev, pm run typecheck, etc.)
- .env.example with placeholders to help set up local runs safely
Safe usage
- Copy .env.example to .env and fill in placeholder values when testing locally.
- Run pm install (dependencies are pinned in package-lock.json).
- Execute pm run build to compile TypeScript into dist/ when you need runtime assets.
- Set LAB_VERBOSE=1 before running n8n if you want additional diagnostic logs.
After local builds/tests, delete the dist/ folder and any .map files before committing. The lab package intentionally keeps these artefacts out of source control.
Relationship to production package
| Aspect | Production ( 8n-nodes-zep-memory-v3) | Lab clone ( 8n-nodes-zep-memory-test-v3) | | --- | --- | --- | | Behaviour | Identical node contracts and execute flow | Identical (no breaking changes) | | Distribution | Published to npm | Private, not published | | Tooling | Minimal | Adds DX helpers (env flag, source maps, scripts) |
For support or functional issues, continue using the production repository: fabiohsan/n8n-nodes-zep-memory-v3.
Licensing
MIT – see LICENSE.md (same as the production package).
