From 42a55f03c2709090b35ae04f0fbeed0c3f1c9be6 Mon Sep 17 00:00:00 2001 From: mohe Date: Tue, 21 Jul 2026 22:46:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=B0=8F=E6=9E=9C(a?= =?UTF-8?q?gent-003)=E2=80=94=E2=80=94=E5=B7=B2=E5=85=A8=E7=BA=BF=E9=80=80?= =?UTF-8?q?=E5=BD=B9=EF=BC=88dashboard=E9=BB=98=E8=AE=A4agents/agents.yaml?= =?UTF-8?q?/auto=5Fheal=E6=9C=8D=E5=8A=A1=E6=98=A0=E5=B0=84=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/agents.yaml | 13 ------------- gateway/scripts/auto_heal.py | 1 - gateway/scripts/dashboard.py | 6 ------ 3 files changed, 20 deletions(-) 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",