diff --git a/projects.json b/projects.json index 1c5678d..ae105d4 100644 --- a/projects.json +++ b/projects.json @@ -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" } ] } \ No newline at end of file