wsz987/dsh-channels--packages-channel-qq ↗★ 2
@wsz987/channel-qq
用于 DeepSeek Harness 的 QQ 渠道适配器(基于腾讯官方 SDK,支持原生 C2C 流式传输与群组缓冲)
AI 分析
核心用途是将 QQ 机器人接入 DeepSeek Harness,支持官方 SDK、C2C 流式回复及群消息缓冲。适合需要在 QQ 平台部署 DSH 智能体服务的开发者。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 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.