UNPKG

youling-task

Version:

基于POMDP的研发任务分解工具,支持MCP协议

57 lines (56 loc) 1.33 kB
{ "name": "youling-task", "version": "1.0.10", "description": "基于POMDP的研发任务分解工具,支持MCP协议", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "youling-task": "./bin/cli.js" }, "files": [ "lib/**/*", "bin/**/*" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "start": "node lib/server.js", "dev": "ts-node-esm src/server.ts" }, "repository": { "type": "git", "url": "git+https://github.com/youling-ai/youling-task.git" }, "keywords": [ "pomdp", "task", "decomposition", "mcp", "ai", "planning" ], "author": "Youling AI", "license": "MIT", "bugs": { "url": "https://github.com/youling-ai/youling-task/issues" }, "homepage": "https://github.com/youling-ai/youling-task#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "dotenv": "^16.3.1", "express": "^5.0.0", "node-fetch": "^3.3.2", "youling-task": "^1.0.8" }, "devDependencies": { "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/node": "^20.11.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }