dsh-pulse/dsh-hermes-bridge0

@dsh-pulse/dsh-hermes-bridge

DSH ↔ 微信双向桥接插件:支持微信消息调度 DSH 智能体及任务进度微信推送

AI 分析

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

套件
@dsh-pulse/dsh-hermes-bridge
版本
0.1.0
最近更新
2026年8月18日

安裝

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

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)