Zep: A Temporal Knowledge Graph Architecture for Agent Memory
Summary
This paper introduces Zep, a temporal knowledge graph architecture for agent memory that outperforms MemGPT in benchmarks like DMR and LongMemEval. It highlights Zep's ability to handle dynamic knowledge integration and temporal reasoning for enterprise use cases.
View Cached Full Text
Cached at: 05/08/26, 08:54 AM
Paper page - Zep: A Temporal Knowledge Graph Architecture for Agent Memory
Source: https://huggingface.co/papers/2501.13956 Published on Jan 20, 2025
Abstract
Zep, a memory layer service, outperforms MemGPT in the DMR benchmark and LongMemEval by excelling in dynamic knowledge integration and temporal reasoning, critical for enterprise use cases.
We introduce Zep, a novelmemory layer servicefor AI agents that outperforms the current state-of-the-art system,MemGPT, in theDeep Memory Retrieval (DMR)benchmark. Additionally, Zep excels in more comprehensive and challenging evaluations than DMR that better reflect real-world enterprise use cases. While existingretrieval-augmented generation (RAG)frameworks for large language model (LLM)-based agents are limited to static document retrieval, enterprise applications demand dynamic knowledge integration from diverse sources including ongoing conversations and business data. Zep addresses this fundamental limitation through its core componentGraphiti-- atemporally-awareknowledge graph enginethat dynamically synthesizes bothunstructured conversational dataandstructured business datawhile maintaining historical relationships. In the DMR benchmark, which theMemGPTteam established as their primary evaluation metric, Zep demonstrates superior performance (94.8% vs 93.4%). Beyond DMR, Zep’s capabilities are further validated through the more challengingLongMemEvalbenchmark, which better reflects enterprise use cases through complex temporal reasoning tasks. In this evaluation, Zep achieves substantial results with accuracy improvements of up to 18.5% while simultaneously reducing response latency by 90% compared to baseline implementations. These results are particularly pronounced in enterprise-critical tasks such ascross-session information synthesisandlong-term context maintenance, demonstrating Zep’s effectiveness for deployment in real-world applications.
View arXiv pageView PDFGitHub25.8kautoAdd to collection
Get this paper in your agent:
hf papers read 2501\.13956
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2501.13956 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2501.13956 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2501.13956 in a Space README.md to link it from this page.
Collections including this paper9
Similar Articles
@akshay_pachaar: Your agent remembers everything and understands nothing. Most agent memory systems optimize for recall. The harder prob…
A thread discussing the importance of schema discipline in agent memory, introducing Zep AI's open-source Graphiti library for building temporal knowledge graphs with constrained entity and relationship types.
AdaTKG: Adaptive Memory for Temporal Knowledge Graph Reasoning
This paper proposes AdaTKG, a method for temporal knowledge graph reasoning that uses adaptive memory to refine entity representations dynamically as new interactions occur, improving performance over static baselines.
@_avichawla: Build human-like memory for your Agents (open-source)! Every agentic and RAG system struggles with real-time knowledge …
Graphiti is an open-source tool that builds human-like memory for AI agents using a continuously evolving, temporally-aware knowledge graph, achieving up to 18.5% higher accuracy and 90% lower latency compared to MemGPT.
Is Agent Memory a Database? Rethinking Data Foundations for Long-Term AI Agent Memory
This paper rethinks the data foundations for long-term AI agent memory, arguing that current database paradigms fall short. It introduces Governed Evolving Memory (GEM), a formalization with state-level operators and correctness conditions, and presents a prototype called MemState built on a property graph backend.
@pauliusztin_: I researched how Cognee, Graphiti and agent-memory (by Neo4j) built their agent-memory solutions and compiled the whole…
A summary of research comparing agent-memory solutions from Cognee, Graphiti, and Neo4j, which all use knowledge graphs and vector search with LLM-based data extraction.