chore: add Windows startup batch script, update service docs

- Replace start.ps1 with start.bat (avoids false-positive trojan warnings from Defender)
- Mark wechat_agent.py as stopped in README.md, add article_processor doc
- Keep start.ps1 deletion tracked

Ultraworked with Sisyphus

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
hmo
2026-06-25 01:20:54 +08:00
parent d406068c89
commit d72c1a907c
3 changed files with 24 additions and 97 deletions
+4 -1
View File
@@ -67,7 +67,10 @@ AgentsMeeting/
│ ├── scripts/ # 运行时脚本
│ │ ├── chat_bridge.py # xxm LLM 桥接(SessionBridge
│ │ ├── session_router.py # 消息路由
│ │ ├── wechat_agent.py # 微信桥接代理
│ │ ├── wechat_agent.py # ⛔ 已停用(微信桥接,由 Linux Docker bot 替代)
│ │ │ # 保留代码,不再运行
│ │ ├── article_processor.py# 文章处理服务 (5810) ← 保持运行!
│ │ │ # 抓微信链接全文、OCR,WeChat bot 和 莫荷 都依赖它
│ │ ├── api_proxy.py # API 反向代理 (:8787)
│ │ ├── xmpp_watchdog.py # 进程看门狗
│ │ ├── health_check_xxm.py# 消息流健康检查