{
  "name": "@sema-ai/core",
  "version": "1.278.0",
  "description": "Stateless, task-oriented AI agent core distilled from openclaw (vendored).",
  "type": "module",
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "http://git.zhenbs.com:9999/AI-Only/sema-core.git"
  },
  "keywords": [
    "ai",
    "agent",
    "llm",
    "tools",
    "mcp",
    "openai-compatible",
    "tidb",
    "stateless"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "sema-tb": "dist/bin/sema-tb.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./bench": {
      "types": "./dist/bench/metrics.d.ts",
      "default": "./dist/bench/metrics.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "NOTICE.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.3.0"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "smoke": "tsx src/examples/smoke.ts",
    "eval": "tsx eval/run.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build && npm run test"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.29.0",
    "typebox": "1.1.39"
  },
  "devDependencies": {
    "@types/node": "22.10.2",
    "@types/pg": "^8.20.0",
    "pg": "^8.22.0",
    "pg-mem": "^3.0.14",
    "tsx": "4.19.2",
    "typescript": "5.7.2",
    "vitest": "^2.1.8"
  }
}
