chore: 移除小果(agent-003)——已全线退役(dashboard默认agents/agents.yaml/auto_heal服务映射)

This commit is contained in:
2026-07-21 22:46:42 +08:00
parent 74496bacd9
commit 42a55f03c2
3 changed files with 0 additions and 20 deletions
-13
View File
@@ -33,19 +33,6 @@ agents:
port: 8642
- type: xmpp_bot
- id: "agent-003"
name: "本地推理"
display_name: "小果"
jid: "xiaoguo@yoin.fun"
platform: mac
host: "192.168.1.122"
bot_type: xmpp
provider: ocg-old
services:
- type: xmpp_bot
- type: omlx_server
port: 18003
- id: "agent-004"
name: "持仓分析"
display_name: "知微"
-1
View File
@@ -54,7 +54,6 @@ SERVICE_UNIT_MAP = {
"zhiwei": "hermes-gateway@zhiwei",
},
"xmpp_bot": {
"xiaoguo": "xmpp-bot@xiaoguo",
"zhiwei": "xmpp-bot@zhiwei",
},
"dashboard": "agentsmeeting-dashboard",
-6
View File
@@ -112,12 +112,6 @@ def _default_agents():
"bot_type": "hermes", "provider": "ocg-new",
"services": [{"type": "hermes_gateway", "port": 8642}, {"type": "xmpp_bot"}],
},
{
"id": "agent-003", "name": "Local Inference", "display_name": "xiaoguo",
"jid": "xiaoguo@yoin.fun", "platform": "mac", "host": "192.168.1.122",
"bot_type": "xmpp", "provider": "ocg-old",
"services": [{"type": "xmpp_bot"}, {"type": "omlx_server", "port": 18003}],
},
{
"id": "agent-004", "name": "Position Analyst", "display_name": "zhiwei",
"jid": "zhiwei@yoin.fun", "platform": "linux", "host": "192.168.1.246",