{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_mnemo_cortex",
  "slug": "mnemo-cortex",
  "name": "Mnemo Cortex",
  "canonical_url": "https://www.openagent.bot/memory-systems/mnemo-cortex",
  "category": "memory-systems",
  "resource_type": "memory_system",
  "summary": "Mnemo Cortex is an open-source memory coprocessor for AI agents. It focuses on persistent recall, semantic search, crash-safe capture, and sidecar-style memory without requiring hooks.",
  "capabilities": [
    "memory",
    "context-retrieval",
    "state"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "personal-memory"
  ],
  "deployment_modes": [],
  "interfaces": [
    "repo"
  ],
  "integrations": [],
  "permission_surface": [
    "memory"
  ],
  "risk_level": "low",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Evaluation and observability",
    "Memory or RAG workflow"
  ],
  "avoid_when": [
    "Projects that only need document search",
    "Teams that require a mature enterprise memory platform today"
  ],
  "primary_actions": [
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/GuyMannDude/mnemo-cortex"
  ],
  "last_verified_at": "2026-06-11",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/memory-systems/mnemo-cortex.json",
    "markdown_url": "https://www.openagent.bot/memory-systems/mnemo-cortex.md",
    "agent_json_url": "https://www.openagent.bot/memory-systems/mnemo-cortex.agent.json"
  }
}