{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_cognee",
  "slug": "cognee",
  "name": "Cognee",
  "canonical_url": "https://www.openagent.bot/memory-systems/cognee",
  "category": "memory-systems",
  "resource_type": "memory_system",
  "summary": "Cognee is an open-source memory and data layer for AI applications, focused on turning data into structured, retrievable context for agents and LLM systems.",
  "capabilities": [
    "memory",
    "rag",
    "context-retrieval",
    "state-management"
  ],
  "constraints": [
    "open-source",
    "self-hosted"
  ],
  "scenarios": [
    "self-hosted-ai",
    "personal-memory"
  ],
  "deployment_modes": [
    "self_hosted",
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "memory"
  ],
  "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",
    "Open Homepage",
    "Read setup docs",
    "Install Cognee"
  ],
  "evidence_urls": [
    "https://github.com/topoteretes/cognee",
    "https://www.cognee.ai/",
    "https://docs.cognee.ai/"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/memory-systems/cognee.json",
    "markdown_url": "https://www.openagent.bot/memory-systems/cognee.md",
    "agent_json_url": "https://www.openagent.bot/memory-systems/cognee.agent.json"
  }
}