wsz987/dsh-channels--packages-channel-weixin2

@wsz987/channel-weixin

用于 DeepSeek Harness 的微信渠道适配器(M0 阶段上游驱动骨架)

AI 分析

核心用途是将微信接入 DeepSeek Harness,支持扫码登录和网络重连微调。适合需要在微信个人号或相关生态中集成 DSH 智能体的用户。

套件
@wsz987/channel-weixin
版本
0.8.1
授權
MIT
最近更新
2026年8月16日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.