From f679b83f348a4bba6612a5c84654d88564c5fb22 Mon Sep 17 00:00:00 2001 From: xxm Date: Thu, 20 Aug 2026 05:36:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=8F=E6=9E=9C=E6=94=B6=E5=B0=B8?= =?UTF-8?q?=E8=A1=A5=E6=BC=8F=E2=80=94=E2=80=94mofin=5Fhealth=E7=A7=BB?= =?UTF-8?q?=E9=99=A4xiaoguo=5Fsignal=5Fconsumer/xiaoguo=5Fscanner=E6=AE=8B?= =?UTF-8?q?=E7=95=99=E6=8F=8F=E8=BF=B0,=E5=88=A0hermes=E6=AE=8B=E7=95=99?= =?UTF-8?q?=E5=89=AF=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index 007e9b13..4b10a86d 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -341,14 +341,12 @@ FLOW_DETAIL = { "xiaoguo_news_processor": "写入小果LLM处理后的新闻情感分析结果", "macro_signal_consumer": "写入宏观风险信号判定结果(等级+来源+建议)", "divergence_detector": "写入跨市场背离检测信号(A股/港股/美股指数对)", - "xiaoguo_signal_consumer": "写入小果扫描发现的个股/板块信号", "mofin_news": "写入外部财经常规新闻采集结果", }, "readers": { "macro_signal_consumer": "读取原始宏观新闻和信号,判定风险等级并生成建议", "system_audit": "读取信号表行数/更新时间,审计数据管道是否畅通", "intraday_health_check": "读取最新信号,检查盘中是否有新的风险信号到达", - "xiaoguo_signal_consumer": "读取小果相关信号,生成买入/卖出建议", "server": "读取信号数据供Web Dashboard展示", }, }, @@ -476,7 +474,6 @@ FLOW_DETAIL = { "stale_push_wlin": "读取大盘情绪用于策略推送的宏观背景", "divergence_detector": "读取多市场指数数据做背离检测", "system_audit": "审计数据采集是否正常", - "xiaoguo_signal_consumer": "读取宏观情绪辅助信号判定", }, }, "macro_raw_news": {