{
  "schema_version": "openagent.resource.v1",
  "id": "res_graphiti",
  "slug": "graphiti",
  "status": "published",
  "identity": {
    "name": "Graphiti",
    "one_liner": "Temporal knowledge graph memory system for agents that need facts, entities, and time-aware context.",
    "short_description": "Graphiti is an open-source temporal knowledge graph system from Zep for building agent memory that tracks entities, relationships, and changing facts over time."
  },
  "classification": {
    "resource_type": "memory_system",
    "primary_category": "memory-systems",
    "subcategories": [
      "memory",
      "context-retrieval",
      "rag",
      "state-management",
      "self-hosted"
    ]
  },
  "positioning": {
    "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.",
    "best_for": [
      "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"
    ],
    "not_for": [
      "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"
    ],
    "use_cases": [
      "self-hosted-ai",
      "personal-memory"
    ],
    "target_audience": [
      "developer",
      "agent_builder"
    ],
    "maturity": "active"
  },
  "decision_signals": {
    "deployment_modes": [
      "self_hosted"
    ],
    "open_source": true,
    "local_first": false,
    "self_hostable": true,
    "has_api": false,
    "has_gui": false,
    "supports_mcp": true,
    "supports_docker": false
  },
  "facts": {
    "license": "Apache-2.0",
    "pricing_model": "open_source",
    "github_repo_full_name": "getzep/graphiti",
    "last_verified_at": "2026-04-19"
  },
  "capabilities": {
    "core_capabilities": [
      "memory",
      "context-retrieval",
      "rag",
      "state-management",
      "mcp"
    ],
    "interfaces": [
      "repo",
      "docs"
    ]
  },
  "links": {
    "primary_url": "https://github.com/getzep/graphiti",
    "items": [
      {
        "type": "github",
        "label": "GitHub",
        "url": "https://github.com/getzep/graphiti"
      },
      {
        "type": "docs",
        "label": "Docs",
        "url": "https://help.getzep.com/graphiti"
      }
    ]
  },
  "media": {
    "thumbnail_brief": {
      "resource_type": "memory_system",
      "visual_motif": "clean technical blocks with a small source-link motif",
      "background_style": "minimal App Store editorial card using restrained open-source accents",
      "title_overlay": "Graphiti",
      "subtitle": "Temporal knowledge graph memory system for agents that need facts, entities, and time-aware context.",
      "avoid": [
        "busy benchmark poster",
        "unverified logos",
        "marketing-heavy screenshots"
      ]
    }
  },
  "tags": {
    "category": [
      "memory-system",
      "open-source"
    ],
    "capability": [
      "memory",
      "context-retrieval",
      "rag",
      "state-management",
      "mcp"
    ],
    "constraint": [
      "open-source",
      "self-hosted",
      "mcp-compatible"
    ],
    "scenario": [
      "self-hosted-ai",
      "personal-memory"
    ]
  },
  "relationships": {},
  "machine_readable": {
    "canonical_url": "https://www.openagent.bot/memory-systems/graphiti",
    "json_url": "https://www.openagent.bot/memory-systems/graphiti.json",
    "markdown_url": "https://www.openagent.bot/memory-systems/graphiti.md"
  },
  "seo": {
    "title": "Graphiti: Memory Systems resource for open AI builders",
    "description": "Graphiti profile on OpenAgent.bot: what it is, when to use it, official links, open-source status, and structured resource data."
  },
  "editorial": {
    "trust_note": "Verified from source links and project metadata.",
    "core_strengths": [
      {
        "title": "Temporal knowledge graph model",
        "description": "Graphiti represents memory as entities and relationships with time-aware context.",
        "why_it_matters": "This helps agents reason about changing facts instead of flattening everything into chunks."
      },
      {
        "title": "Agent memory orientation",
        "description": "The project is built for agent and assistant memory workflows.",
        "why_it_matters": "It focuses on recall structures that matter to agents, not just generic graph storage."
      },
      {
        "title": "Open-source implementation",
        "description": "The repository and docs provide a concrete path for evaluation.",
        "why_it_matters": "Graph memory is easier to trust when the implementation is inspectable."
      }
    ],
    "use_case_notes": [
      {
        "title": "Customer or user memory",
        "description": "Track evolving relationships, preferences, and events across time."
      },
      {
        "title": "Research knowledge graphs",
        "description": "Represent entities and links discovered during research workflows."
      },
      {
        "title": "Agent context retrieval",
        "description": "Retrieve facts by relationship and recency rather than only semantic similarity."
      }
    ],
    "compare_notes": [
      {
        "title": "Graphiti is stronger for relational memory",
        "summary": "Vector search is useful for fuzzy recall; Graphiti is more appropriate when relationships and time matter.",
        "against": "vector-only memory"
      }
    ],
    "getting_started": [
      {
        "label": "Review the GitHub repository",
        "url": "https://github.com/getzep/graphiti",
        "type": "github"
      },
      {
        "label": "Official source",
        "url": "https://help.getzep.com/graphiti",
        "type": "homepage"
      }
    ],
    "command_line": [
      {
        "label": "Clone Graphiti",
        "command": "git clone https://github.com/getzep/graphiti.git",
        "description": "Use the official docs for current installation and storage configuration."
      }
    ],
    "seo_article": {
      "intro": "Graphiti is an open-source temporal knowledge graph system from Zep for building agent memory that tracks entities, relationships, and changing facts over time.",
      "what_it_is": "Graphiti is an open AI memory systems resource tracked by OpenAgent.bot because it gives builders a concrete implementation path rather than just a product claim.",
      "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_it_works": "Start from the official repository or documentation, verify the license and runtime requirements, then test it on a narrow workflow before expanding it into production use.",
      "use_cases": [
        {
          "title": "Customer or user memory",
          "description": "Track evolving relationships, preferences, and events across time."
        },
        {
          "title": "Research knowledge graphs",
          "description": "Represent entities and links discovered during research workflows."
        },
        {
          "title": "Agent context retrieval",
          "description": "Retrieve facts by relationship and recency rather than only semantic similarity."
        }
      ],
      "alternatives": [
        {
          "title": "Graphiti is stronger for relational memory",
          "summary": "Vector search is useful for fuzzy recall; Graphiti is more appropriate when relationships and time matter.",
          "against": "vector-only memory"
        }
      ],
      "getting_started": [
        {
          "label": "Review the GitHub repository",
          "url": "https://github.com/getzep/graphiti",
          "type": "github"
        },
        {
          "label": "Official source",
          "url": "https://help.getzep.com/graphiti",
          "type": "homepage"
        }
      ],
      "faq": [
        {
          "question": "Is Graphiti open source?",
          "answer": "Graphiti is listed with Apache-2.0 based on its official source links. Always re-check the repository or model card before production use."
        },
        {
          "question": "Who should evaluate Graphiti?",
          "answer": "Builders who need graph memory instead of simple chat history"
        }
      ]
    }
  },
  "timestamps": {
    "created_at": "2026-04-19T00:00:00.000Z",
    "updated_at": "2026-04-19T00:00:00.000Z",
    "published_at": "2026-04-19T00:00:00.000Z"
  }
}