wsz987/dsh-channels--packages-channel-qq2

@wsz987/channel-qq

QQ channel adapter for DeepSeek Harness (Tencent official SDK, native C2C streaming + buffered group)

AI 분석

核心用途是将 QQ 机器人接入 DeepSeek Harness,支持官方 SDK、C2C 流式回复及群消息缓冲。适合需要在 QQ 平台部署 DSH 智能体服务的开发者。

패키지
@wsz987/channel-qq
버전
0.5.4
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

- id: channels-qq
  name: '@wsz987/channel-qq'
  inject: [channels, credentials, channelControl]
  config:
    enabled: true
    accountId: main
    appId: "102345678"               # QQ 开放平台 AppId(非机密)
    appSecretRef: QQBOT_APP_SECRET   # 真实 AppSecret 只存 ctx.credentials
    markdownSupport: false
    streaming:
      enabled: true
      throttleMs: 500
    dedup:
      enabled: true
      windowMs: 5000
    startupTimeoutMs: 15000

The AppSecret is resolved through ctx.credentials at startup and injected as deps.appSecret. It never appears in config, logs or fixtures.