This repository is not Zep's product or service. It contains example code, framework integrations, and tools for building agent memory with Zep Cloud, Zep's managed agent memory platform.
To use Zep Cloud, sign up at www.getzep.com and read the documentation at help.getzep.com. Zep's official SDKs are:
- Python:
pip install zep-cloud - TypeScript/JavaScript:
npm install @getzep/zep-cloud - Go:
go get github.com/getzep/zep-go/v2
Looking for the open-source temporal knowledge graph framework that powers Zep? See Graphiti.
| Directory | Description |
|---|---|
examples/ |
Example apps and snippets in Python, TypeScript, and Go |
integrations/ |
Agent-framework integration packages |
ontology/ |
Default ontology definitions |
plugins/ |
Plugins for building with Zep |
benchmarks/ |
Memory benchmarks (LoCoMo, LongMemEval) |
zep-eval-harness/ |
Evaluation harness for ingestion and retrieval |
legacy/ |
Deprecated Zep Community Edition (unsupported) |
Framework integration packages live under integrations/, organized
framework-first then language: integrations/<framework>/<language>/. Each package is built,
tested, and released independently. See integrations/README.md for
the full list and integrations/CLAUDE.md for conventions.
We welcome contributions. See CONTRIBUTING.md for guidelines covering code, documentation, bug reports, and community examples.
Zep Community Edition is no longer supported. Its code has been moved to the
legacy/ folder. Read more in
Announcing a New Direction for Zep's Open Source Strategy.