README.md
June 19, 2026 ยท View on GitHub
Zep Cloud: Examples & Integrations
About This Repository
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/v3
Looking for the open-source temporal knowledge graph framework that powers Zep? See Graphiti.
Contents
| 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) |
Integrations
Framework integration packages live under integrations/, organized
framework-first then language: integrations/<framework>/<language>/. Each package is built,
tested, and released independently.
- Python: Google ADK, Microsoft Agent Framework, Microsoft AutoGen, AG2, CrewAI, LangGraph, LiveKit, Pydantic AI
- TypeScript: Google ADK, Mastra, Vercel AI SDK
- Go: Google ADK
See integrations/README.md for packages, release status, and
links, and integrations/CLAUDE.md for conventions.
Contributing
We welcome contributions. See CONTRIBUTING.md for guidelines covering code, documentation, bug reports, and community examples.
Community Edition (Deprecated)
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.