Graphiti

Active
GitHub Python Apache-2.0

Description

Zep's open-source temporal knowledge graph for dynamic agent memory.

Key Features

  • Temporal — Time-aware memory
  • Dynamic — Incremental updates
  • Entity extraction — Auto entity-relation
  • Multi-source — Chat, docs, events
  • Query language — Cypher-style

Use Cases

💡 Stateful enterprise knowledge assistants.
💡 Add temporal dimension to RAG.
💡 Research long-term memory in agents.

Quick Start

pip install graphiti-core
from graphiti_core import Graphiti
graphiti = Graphiti(uri='bolt://localhost:7687', user='neo4j', password='password')

Related Projects