{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_graphiti",
  "slug": "graphiti",
  "name": "Graphiti",
  "canonical_url": "https://www.openagent.bot/memory-systems/graphiti",
  "category": "memory-systems",
  "resource_type": "memory_system",
  "summary": "Graphiti is an open-source temporal knowledge graph system from Zep for building agent memory that tracks entities, relationships, and changing facts over time.",
  "capabilities": [
    "memory",
    "context-retrieval",
    "rag",
    "state-management",
    "mcp"
  ],
  "constraints": [
    "open-source",
    "self-hosted",
    "mcp-compatible"
  ],
  "scenarios": [
    "self-hosted-ai",
    "personal-memory"
  ],
  "deployment_modes": [
    "self_hosted"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "memory",
    "external services"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Memory or RAG workflow"
  ],
  "avoid_when": [
    "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"
  ],
  "primary_actions": [
    "Inspect repository",
    "Read setup docs",
    "Clone Graphiti"
  ],
  "evidence_urls": [
    "https://github.com/getzep/graphiti",
    "https://help.getzep.com/graphiti"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/memory-systems/graphiti.json",
    "markdown_url": "https://www.openagent.bot/memory-systems/graphiti.md",
    "agent_json_url": "https://www.openagent.bot/memory-systems/graphiti.agent.json"
  }
}