feat: 添加 multi-agent-bidding 项目配置

This commit is contained in:
2026-04-13 10:44:54 +08:00
parent 893f6f9486
commit 0c2a21f176

View File

@@ -160,6 +160,19 @@
"admin_url": "http://localhost:19014",
"git_repo": "http://192.168.2.8:12007/coder/xian-favor",
"version": "v1.0.0"
},
{
"id": "multi-agent-bidding",
"name": "多智能体竞标调度系统",
"type": "web",
"ports": [19015],
"directory": "works/multi-agent-bidding",
"start_cmd": "python3 -m app.app --port 19015",
"health_url": "http://localhost:19015/api/agents",
"description": "基于竞标机制的多智能体任务调度系统",
"admin_url": "http://localhost:19015",
"git_repo": "http://192.168.2.8:12007/coder/multi-agent-bidding",
"version": "v1.0.0"
}
]
}