Ox2g/dsh-plugin-wechat

Ox2g★ 1TypeScriptLast synced: 2026-08-17

Open on GitHub

WeChat access plugin for DeepSeek Harness (DSH)

README excerpt

dsh-plugin-wechat English (default) · 中文 WeChat access plugin for DeepSeek Harness (DSH): users converse with DSH agents through WeChat. The plugin runs in-process as a Cordis function plugin of DSH, reusing the WeChat protocol layer from Tencent/openclaw-weixin (MIT) — the Tencent ilink WeChat bot gateway with QR-code login — replacing the OpenClaw adapter with a DSH-side adapter that creates and drives agents via ctx.agents to send and receive messages. Positioning - Follows the DSH plugin spec: named exports name / inject / Config / apply , no default export ; registration and cleanup go through ctx.effect() . - Pure ESM ( "type": "module" ), Node =22 , TypeScript NodeNext . - WeChat protocol layer lives in src/wechat/ (keeps the Tencent MIT license header); DSH adaptation lives in src/bridge/ , src/dsh/ , and src/index.ts . Prerequisites 1. A usable ilink WeChat bot gateway account (QR-code pairing to obtain a token; default backend https://ilinkai.weixin.qq.com ). This is not the WeCom / Official Account API. 2. An installed DeepSeek Harness (the dsh CLI, or a local checkout). Installation & enabling dsh.bundle.patch in this package's package.json points to cordis.patch.yml ; …

View full README on GitHub →
Tools / Devdsh-plugindsh-plugin-wechatdsh-pluginsagent

Category