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

@wsz987/channel-qq

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

包名
@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.