- 完整的 RESTful API(智能体注册、任务管理) - Web 管理界面(实时统计、任务列表) - SQLite 数据库存储 - Python 客户端示例 - 完整的 API 文档
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"name": "agent-task-service",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^2.2.2",
|
|
"cors": "^2.8.6",
|
|
"express": "^5.2.1",
|
|
"sqlite3": "^5.1.7",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|