chore: 移除小果(agent-003)——已全线退役(dashboard默认agents/agents.yaml/auto_heal服务映射)
This commit is contained in:
@@ -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: "知微"
|
||||
|
||||
@@ -54,7 +54,6 @@ SERVICE_UNIT_MAP = {
|
||||
"zhiwei": "hermes-gateway@zhiwei",
|
||||
},
|
||||
"xmpp_bot": {
|
||||
"xiaoguo": "xmpp-bot@xiaoguo",
|
||||
"zhiwei": "xmpp-bot@zhiwei",
|
||||
},
|
||||
"dashboard": "agentsmeeting-dashboard",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user