feat: 添加 multi-agent-bidding 项目配置
This commit is contained in:
@@ -160,6 +160,19 @@
|
|||||||
"admin_url": "http://localhost:19014",
|
"admin_url": "http://localhost:19014",
|
||||||
"git_repo": "http://192.168.2.8:12007/coder/xian-favor",
|
"git_repo": "http://192.168.2.8:12007/coder/xian-favor",
|
||||||
"version": "v1.0.0"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user