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

@wsz987/channel-weixin

Weixin channel adapter for DeepSeek Harness (upstream driver skeleton in 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.