Zep
This repository contains example code, framework integrations, and tools for building agent memory with Zep Cloud, Zep's managed agent memory platform. It is not the product itself but provides resources for developers using Zep Cloud. It is for developers building AI agents with memory capabilities.
✨ Key features
- Example apps and snippets in Python, TypeScript, and Go
- Framework integration packages for ADK, LangGraph, CrewAI, and more
- Bulk data ingestion pipeline (zep-ingest) for Slack, documents, email, JSON/CSV
- Default ontology definitions for memory structuring
- Memory benchmarks (LoCoMo, LongMemEval) and evaluation harness
- Agent plugins for Claude Code, Codex, Cursor, and more
🎯 Use cases
- Build agents with persistent memory using Zep Cloud
- Integrate Zep memory into LangGraph, CrewAI, or AutoGen agents
- Ingest historical data from Slack or documents into Zep
- Evaluate memory performance with benchmarks and harness
- Use agent plugins to add memory to Claude or ChatGPT workflows
📦 Installation
🧰 Requirements: Requires a Zep Cloud account (sign up at getzep.com) and API keys; SDKs available for Python, TypeScript, and Go.
To use Zep Cloud, sign up at www.getzep.com and read the documentation at help.getzep.com. Install the official SDKs:
pip install zep-cloudnpm install @getzep/zep-cloudgo get github.com/getzep/zep-go/v3🚀 Usage
Refer to the examples/ directory for example apps and snippets in Python, TypeScript, and Go. For framework integrations, see integrations/ for packages and usage. For bulk ingestion, use zep-ingest in the ingestion/ directory.
⚠️ Good to know
Zep Community Edition is deprecated and unsupported; this repository is not the product itself but examples and integrations for Zep Cloud.
❓ FAQ
What is the difference between this repository and Zep Cloud?
This repository contains example code, integrations, and tools, not the product itself. Zep Cloud is the managed agent memory platform you sign up for at getzep.com.
How do I install the Zep SDK?
Use pip install zep-cloud for Python, npm install @getzep/zep-cloud for TypeScript/JavaScript, or go get github.com/getzep/zep-go/v3 for Go.
Are there integrations for LangGraph or CrewAI?
Yes, the integrations directory includes packages for LangGraph, CrewAI, AutoGen, and more, organized by framework and language.
Is Zep Community Edition still supported?
No, Zep Community Edition is deprecated and unsupported; its code is in the legacy/ folder.
📊 Repository
🤖 Overview, features, install steps and FAQ were generated from the project's README on Sep 4, 2026. Always check the original source before running commands.