dsh plugins中文
← Back to popular plugin directory

Official plug-in

tencent-connect/dsh-qqbot · skills

Let QQ robot access the official plug-in of DeepSeek Harness (dsh).

★ 28GitHub stars
2Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

基于 deepseek-harness (dsh) 的 QQ Bot IM 插件,将 QQ 消息平台作为 dsh agent 的前端协议驱动。

sessionKey: qqbot:${appId}:${scope}:${peerId},由 SHA-256 确定性派生 SessionId,重启后可恢复。

解析策略:进程内复用 → 持久化恢复 → 全新创建。 设计原则 纯 Cordis 插件 — 遵循 dsh "Plugins, not loop changes" 原则 声明式依赖 — inject = ['agents'],不直接耦合其他插件 会话隔离 — 每个 QQ 私聊用户/群聊各一个独立 Agent Preset 支持 — 可通过 agent-presets 服务挂载预设(工具集、prompt 等) 闲置回收 — 超时自动 dispose Agent,防止内存泄漏 Markdown 输出 — 回复以 Markdown 格式发送,支持代码块/表格感知切分 本地开发

Install command

dsh plugin --profile web add github:tencent-connect/dsh-qqbot
View GitHub repository ↗Back to popular plugin directory