{
  "name": "agentic-cortex",
  "version": "6.6.0",
  "description": "Persistent self-improving agent memory with tree-of-thoughts reasoning: MCTS/beam search, PRM step verification, self-consistency voting, s1 budget forcing, REPL program-aided reasoning, reflexion self-correction, failure classification, experience replay, translation store, burst budget, war room, deterministic reasoner, persona swarm, 78 MCP tools",
  "keywords": [
    "ai-agent",
    "memory",
    "codebase-graph",
    "knowledge-graph",
    "agent-context",
    "rag",
    "semantic-memory"
  ],
  "license": "MIT",
  "author": "zallauddin",
  "bin": {
    "agentic-cortex": "cli.js",
    "agentic-cortex-mcp": "src/mcp/server.js"
  },
  "main": "cli.js",
  "dependencies": {
    "better-sqlite3": "^12.11.1"
  },
  "optionalDependencies": {
    "@xenova/transformers": "^2.17.2"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test tests/*.test.js",
    "postinstall": "node scripts/auto-setup.js",
    "dashboard": "node cli.js serve"
  },
  "files": [
    "cli.js",
    "src/",
    "scripts/",
    "templates/",
    "README.md"
  ]
}
