kbzhao7/QQ.dsh-qqbot 预览 preview

kbzhao7/QQ.dsh-qqbot

Plugin插件 ⭐ 2 MIT Notifications & Remote通知与远程

QQ机器人官方dsh-qqbot优化版本 基于dsh-qqbot(https://github.com/tencent-connect/dsh-qqbot?utmsource=chatgpt.com )项目,主要为UI,网络搜索,识图,自动判断是否对话(全量)等工具,详细效果展示

catalog descriptioncatalog 简介 / catalog description:基于DSH-QQBOT项目的dsh-qqbotGPT优化版本

Project Overview项目介绍

This is an optimized QQ bot plugin for DeepSeek Harness (DSH), built based on the official dsh-qqbot project. It provides optimized UI, web search, image recognition and automatic conversation judgment. Use it when you need an extended QQ bot on DSH, and it requires multiple pre-installed dependencies and manual step-by-step setup.

这是DeepSeek Harness(DSH)平台QQ机器人的优化版本,基于官方dsh-qqbot项目开发。核心能力包括优化UI、网络搜索、识图、全量自动对话判断。适用于需要在DSH上搭建带扩展工具的QQ机器人场景,需要预先搭建多个依赖环境,手动分步安装。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add github:kbzhao7/QQ.dsh-qqbot

kbzhao7/QQ.dsh-qqbot 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

QQ.dsh-qqbot

QQ机器人官方dsh-qqbot优化版本 基于dsh-qqbot(https://github.com/tencent-connect/dsh-qqbot?utm_source=chatgpt.com )项目,主要为UI,网络搜索,识图,自动判断是否对话(全量)等工具,详细效果展示68e78f4996c648ba1994e3f8d22e5db5

#UI视频展示:

https://github.com/user-attachments/assets/eaaffb08-37a2-442f-a31f-e3eba252700b

#使用方法: 1.安装环境:

https://git-scm.com/install/windows
https://www.python.org/downloads/release/python-31311/
https://nodejs.org/zh-cn
https://pnpm.io/zh/installation

2.安装deepseek-harness

git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
pnpm install
pnpm run build
pnpm dsh web

3.安装插件

pnpm dsh plugin --profile qqbot add "目录\插件名称"
示例:pnpm dsh plugin --profile qqbot add "D:\d\dsh-qqbot-user-reference-1.0.32.tgz.tar"
注意:需要在deepseek-harness目录下使用

示例: image image 4.运行

pnpm dsh --profile qqbot

其他:

上一个 Prev ds 下一个 Next dsh-evolution