{
  "name": "nexus-cortex",
  "version": "4.124.6",
  "description": "A headless, multi-provider AI agent harness. One install gives you the `cortex` CLI and HTTP server: npm i -g nexus-cortex.",
  "type": "module",
  "bin": {
    "cortex": "bin/cortex.js",
    "cortex-server": "bin/cortex-server.js"
  },
  "files": [
    "bin",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "dependencies": {
    "@nexus-cortex/cli": "4.124.6",
    "@nexus-cortex/server": "4.124.6"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "ai",
    "agent",
    "llm",
    "anthropic",
    "openai",
    "gemini",
    "xai",
    "deepseek",
    "orchestration",
    "mcp",
    "cli",
    "agent-framework"
  ],
  "license": "Apache-2.0",
  "author": "Spitfire-Products",
  "homepage": "https://github.com/Spitfire-Products/nexus-cortex#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Spitfire-Products/nexus-cortex.git",
    "directory": "packages/meta"
  },
  "bugs": {
    "url": "https://github.com/Spitfire-Products/nexus-cortex/issues"
  }
}
