Zep
Context engineering platform for AI agents with graph memory
🤖 Agent-friendly
Pricing
freemiumCategory
MemoryAPI Available
✓ YesOpen Source
✓ YesDescription
专为 Agent 设计的上下文工程平台。基于 Graphiti 知识图谱,将对话历史、用户偏好、事实关系结构化存储,支持语义检索和时序记忆。三行代码集成,200ms 内返回相关上下文,生产级可用。
💰 开源可自托管,云端有免费套餐
🤖 Quick Start for Agents
# Get tool info via AgentDex API
curl https://www.agentdex.top/api/tools/zep# Python quick start (Mem0 example)
from mem0 import Memory
m = Memory()
m.add("User prefers dark mode", user_id="user_123")
memories = m.search("preferences", user_id="user_123")# Tool website
https://getzep.com📚 Docs: https://github.com/getzep/zep
# Get this tool via AgentDex API
curl https://www.agentdex.top/api/tools/zep