feat: add 商汤图像生成, deprecate bridge, fix gateway --replace, update docs

This commit is contained in:
hmo
2026-05-18 01:58:36 +08:00
parent 93f4273b3d
commit 6c12b51250
3 changed files with 232 additions and 35 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
"""
WeChat Hermes Bridge — with webhook keepalive
[DEPRECATED] 早期架构组件,已由 wechat_agent.py 直调 Hermes API 替代。
不再使用,仅作为架构参考保留。
"""
import pymem, pymem.process, requests, time, json, threading
from http.server import HTTPServer, BaseHTTPRequestHandler