{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_memori",
  "slug": "memori",
  "name": "Memori",
  "canonical_url": "https://www.openagent.bot/memory-systems/memori",
  "category": "memory-systems",
  "resource_type": "memory_system",
  "summary": "Memori is an open-source memory engine from GibsonAI for giving LLM applications and agents persistent memory, context injection, and configurable recall behavior.",
  "capabilities": [
    "memory",
    "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",
    "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",
    "Open Homepage",
    "Read setup docs",
    "Clone Memori"
  ],
  "evidence_urls": [
    "https://github.com/GibsonAI/memori",
    "https://gibsonai.github.io/memori/",
    "https://gibsonai.github.io/memori/core-concepts/overview/"
  ],
  "last_verified_at": "2026-04-19",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/memory-systems/memori.json",
    "markdown_url": "https://www.openagent.bot/memory-systems/memori.md",
    "agent_json_url": "https://www.openagent.bot/memory-systems/memori.agent.json"
  }
}