wsz987/dsh-channels--packages-channel-weixin ↗★ 2
@wsz987/channel-weixin
Weixin channel adapter for DeepSeek Harness (upstream driver skeleton in M0)
AI 分析
核心用途是将微信接入 DeepSeek Harness,支持扫码登录和网络重连微调。适合需要在微信个人号或相关生态中集成 DSH 智能体的用户。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
Weixin has no credential or setup-form fields; the only configurable values are network/reconnect tuning (all with defaults). Login happens on the mounted adapter, not through YAML.
- id: channels-weixin
name: '@wsz987/channel-weixin'
inject: [channels, channelControl]
config:
enabled: true
accountId: main
ilink:
baseUrl: https://ilinkai.weixin.qq.com # default iLink API base
cdnBaseUrl: https://novac2c.cdn.weixin.qq.com/c2c # default CDN base
network:
timeoutMs: 15000
longPollTimeoutMs: 35000
reconnect:
enabled: true
baseDelayMs: 2000
maxDelayMs: 30000
Login is QR-based: the control plane exposes the QR in Harness Web
「设置 → 渠道」, or the adapter can be driven headlessly through
beginAuth / pollAuth / submitAuthInput.