diff --git a/config/agents.yaml b/config/agents.yaml index e620634..83634d9 100644 --- a/config/agents.yaml +++ b/config/agents.yaml @@ -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: "知微" diff --git a/gateway/scripts/auto_heal.py b/gateway/scripts/auto_heal.py index 893b1db..3055ad1 100644 --- a/gateway/scripts/auto_heal.py +++ b/gateway/scripts/auto_heal.py @@ -54,7 +54,6 @@ SERVICE_UNIT_MAP = { "zhiwei": "hermes-gateway@zhiwei", }, "xmpp_bot": { - "xiaoguo": "xmpp-bot@xiaoguo", "zhiwei": "xmpp-bot@zhiwei", }, "dashboard": "agentsmeeting-dashboard", diff --git a/gateway/scripts/dashboard.py b/gateway/scripts/dashboard.py index 68e898b..0c29d78 100644 --- a/gateway/scripts/dashboard.py +++ b/gateway/scripts/dashboard.py @@ -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",