{
  "name": "@catui/agent-core",
  "version": "0.0.1",
  "description": "General-purpose agent with transport abstraction, state management, and attachment support",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@catui/ai": "0.0.1"
  },
  "keywords": [
    "ai",
    "agent",
    "llm",
    "transport",
    "state-management",
    "catui-agent"
  ],
  "author": "Catui Team",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O-Catui/Catui.git"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
