tencent-connect/dsh-qqbot53

@tencent-connect/dsh-qqbot

QQ Bot IM channel plugin for deepseek-harness (dsh)

AI Analysis

核心用途是将 DSH 接入 QQ 机器人,实现群聊或私聊中的 AI 智能回复。适合需要在 QQ 社交生态中部署 AI 助手或客服机器人的用户。

Package
@tencent-connect/dsh-qqbot
Version
0.4.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tencent-connect/dsh-qqbot

配置项

配置类型默认值说明
appIdstring必填QQ Bot AppID(或通过 QQBOT_APPID 环境变量)
appSecretstring必填QQ Bot AppSecret(或通过 QQBOT_SECRET 环境变量)
providerstringdeepseek-officialLLM 提供商名称
modelstringdeepseek-chat模型名称
presetstring-Agent preset id
cwdstringprocess.cwd()Agent 工作目录
requireMentionbooleantrue群聊是否需要 @bot 才触发
groupPromptstring-群聊额外 system prompt
directPromptstring-私聊额外 system prompt
textChunkLimitnumber4500单条消息最大字符数
sessionIdleTimeoutnumber1800000会话闲置超时(ms),默认 30 分钟
debugbooleanfalse调试模式