dsh-pulse/dsh-hermes-bridge0

@dsh-pulse/dsh-hermes-bridge

DSH ↔ WeChat bridge: inbound dispatch (WeChat → DSH agent, persistent per-cwd session pool) + outbound push (task progress → WeChat via hermes send, zero-LLM). 微信 ↔ DSH 双向桥:入站调度 + 出站推送,常驻会话复用。

AI 分析

实现微信与 DSH 的双向通信,支持常驻会话复用和进度推送。适合希望通过微信远程调教、使用 DSH 智能体并接收任务通知的用户,需配合 hermes 使用。

パッケージ
@dsh-pulse/dsh-hermes-bridge
バージョン
0.1.0
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dsh-pulse/dsh-hermes-bridge

ドキュメント

README 全文を読む ↗

Configuration (Config schema)

keytypedefaultdescription
portnumber8643loopback listen port (host is hardcoded 127.0.0.1)
authTokenstringrequired; Bearer token checked on every request (constant-time compare)
pushTargetstringrequired; e.g. weixin: — resolved by hermes send
hermesBinstringhermespath to the hermes CLI
retriesnumber1outbound push retries
maxTextLennumber1500push text truncation
presetstringstandardagent preset mounted in session setup
provider / modelstringdsh defaultsagent model (align with your agent-default-model)
workspaceRootsstring[][]cwd whitelist (realpath prefix check; empty = unrestricted)
maxAgentsnumber3resident session cap (LRU eviction)
maxQueuenumber8task queue cap (429 when full)
taskTtlMsnumber86400000finished task retention (24h)