From 0c2a21f17635e8fc66be7c554df8cd4ed6b04ee7 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 10:44:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20multi-agent-biddin?= =?UTF-8?q?g=20=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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