- Builders who need graph memory instead of simple chat history
- Teams working with changing entities, relationships, or customer context
- Developers exploring temporal memory for agent systems
Graphiti
Temporal knowledge graph memory system for agents that need facts, entities, and time-aware context.
Graphiti overview
Graphiti is an open-source temporal knowledge graph system from Zep for building agent memory that tracks entities, relationships, and changing facts over time.
Temporal knowledge graph model
Graphiti represents memory as entities and relationships with time-aware context.
This helps agents reason about changing facts instead of flattening everything into chunks.Agent memory orientation
The project is built for agent and assistant memory workflows.
It focuses on recall structures that matter to agents, not just generic graph storage.Open-source implementation
The repository and docs provide a concrete path for evaluation.
Graph memory is easier to trust when the implementation is inspectable.When to use Graphiti
Customer or user memory
Track evolving relationships, preferences, and events across time.
Research knowledge graphs
Represent entities and links discovered during research workflows.
Agent context retrieval
Retrieve facts by relationship and recency rather than only semantic similarity.
How it compares
Vector search is useful for fuzzy recall; Graphiti is more appropriate when relationships and time matter.
Questions
What should I check before using Graphiti?
Test Graphiti with repeated sessions. Add facts, update them, ask for recall, inspect retrieval behavior, and verify deletion or scoping controls before storing sensitive user or project memory.
Is Graphiti open source?
Graphiti is listed with Apache-2.0 based on the official source links in this profile. Re-check the repository, model card, or docs before production use.
Who should evaluate Graphiti?
Graphiti is most worth evaluating for builders who need graph memory instead of simple chat history.
Capabilities
Should you use Graphiti?
- Users who want a fully managed consumer product with no setup work
- Teams that cannot review the linked source, license, and operational requirements before adoption
- Verified 2026-04-19
- License: Apache-2.0
- Repo: getzep/graphiti
- Open-source signal
self hosted
memory, external services
Self-hostable, MCP
Structured decision data for Graphiti
This packet is the compact machine-readable view agents should use before following source links or taking action.
memory, context retrieval, rag, state management, mcp
open source, self hosted, mcp compatible
self hosted
memory, external services
Memory or RAG workflow
What Graphiti does
What it is
Graphiti is an open memory-system resource to evaluate by what it stores, how recall works, how memory is scoped, and whether users or teams can inspect, correct, export, or delete durable context.
Why it matters
Graphiti matters because memory is often relational and time-sensitive. Agents need to know not only what was said, but when it was true and how it connects to other facts.
How to evaluate it
Test Graphiti with repeated sessions. Add facts, update them, ask for recall, inspect retrieval behavior, and verify deletion or scoping controls before storing sensitive user or project memory.
Known metadata and operating surface
These fields are separated from editorial interpretation so agents can reason over facts and missing checks.
Where Graphiti fits in an agent stack
Memory or RAG workflow
Graphiti has multiple signals for memory or rag workflow, including matching tags, capabilities, category, or positioning.
- Create, update, retrieve, correct, and delete memory or retrieval objects with real data.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Coding agent workflow
Graphiti has at least one signal for coding agent workflow, but should be checked against a real task before adoption.
- Run a small repository change and inspect the diff, tests, and rollback path.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Connector or protocol layer
Graphiti has at least one signal for connector or protocol layer, but should be checked against a real task before adoption.
- Connect one low-risk service, then inspect schemas, auth scope, errors, and logs.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Evaluation and observability
Graphiti has at least one signal for evaluation and observability, but should be checked against a real task before adoption.
- Add one repeatable test case and confirm results can run again in review or CI.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Local or private AI stack
Graphiti has at least one signal for local or private ai stack, but should be checked against a real task before adoption.
- Verify hardware requirements, data path, storage, and whether all calls stay in your environment.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
Browser automation
Graphiti is not primarily positioned for browser automation in the current metadata.
- Run one non-sensitive website task and inspect clicks, waits, retries, and changed URLs.
- Confirm official docs, current maintenance, license, and runtime constraints before production use.
What an agent should inspect
Likely inputs
- Repositories, files, issues, terminal output, and test results
- Documents, user facts, entities, context, or retrieval queries
- Tool schemas, API requests, service resources, and auth scopes
- Official setup instructions and a small real workflow
Likely outputs
- Diffs, commits, explanations, test results, or review notes
- Retrieved context, memory updates, graph relations, or citations
- Scores, traces, regression results, dashboards, or failure cases
- A decision on whether this resource fits the target workflow
Sources, claims, and missing checks
Claims are marked separately from source links so future crawlers and reviewers can update them without rewriting the page.
Repository source for code, license, issues, releases, and implementation details.
Docs docsDocumentation source for setup, API shape, and operational behavior.
Graphiti is listed as open source.
License metadata: Apache-2.0Graphiti has a recorded GitHub repository: getzep/graphiti.
Resource facts and GitHub source link.Graphiti supports these recorded deployment modes: self hosted.
OpenAgent decision signal metadata.Graphiti is tagged with memory, context retrieval, rag, state management, mcp capabilities.
OpenAgent capability taxonomy.- Repository freshness has not been recorded.
How to start evaluating Graphiti
Inspect repository
Check license, recent activity, issues, examples, and security-sensitive code paths.
Open sourceRead setup docs
Use docs as the source of truth for installation and supported interfaces.
Open sourceClone Graphiti
Use the official docs for current installation and storage configuration.
git clone https://github.com/getzep/graphiti.git Alternatives and nearby resources
Use related resources to compare category fit, license, deployment model, and first-workflow behavior.
Common questions about Graphiti
What should I check before using Graphiti?
Test Graphiti with repeated sessions. Add facts, update them, ask for recall, inspect retrieval behavior, and verify deletion or scoping controls before storing sensitive user or project memory.
Is Graphiti open source?
Graphiti is listed with Apache-2.0 based on the official source links in this profile. Re-check the repository, model card, or docs before production use.
Who should evaluate Graphiti?
Graphiti is most worth evaluating for builders who need graph memory instead of simple chat history.