UNPKG

@agent-graph/core

Version:

A lightweight AI Agent orchestration solution

35 lines (34 loc) 655 B
{ "name": "@agent-graph/core", "version": "0.0.11", "description": "A lightweight AI Agent orchestration solution", "keywords": [ "ai", "agent", "orchestration", "graph" ], "license": "MIT", "author": "hdsuperman", "repository": { "type": "git", "url": "git+https://github.com/agent-graph/agent-graph.git" }, "scripts": { "dev": "tsc --watch", "build": "tsc", "publish": "npm publish --access public" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "devDependencies": { "typescript": "^5.5.4" } }