初始提交:多智能体任务管理系统

- 完整的 RESTful API(智能体注册、任务管理)
- Web 管理界面(实时统计、任务列表)
- SQLite 数据库存储
- Python 客户端示例
- 完整的 API 文档
This commit is contained in:
work-1
2026-02-15 13:41:49 +08:00
commit da6ff6a51b
7 changed files with 3652 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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"
}
}