deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
把一个或多个飞书机器人直接接入 DeepSeek Harness。安装插件后,在 Harness 的设置页扫码即可逐个创建机器人;每次确认完成并通过连接检查后,都能立即在飞书里与同一个 Harness 智能体连续对话。

standard 智能体预设,包括网页搜索等工具能力从 GitHub 一条命令安装:
npx -y github:xmanrui/dsh-feishu install
安装后重启 dsh web,打开「设置 → 插件 → 飞书」,点击「添加机器人」,再用飞书扫码确认。需要更多机器人时再次点击「添加机器人」即可;扫码只会新增,不会覆盖现有机器人。页面只有在以下条件全部满足后才把该机器人显示为“已连接”:
连接成功后,在飞书中找到刚创建的机器人并发送消息即可。每个机器人都支持 /new、/status 和 /help。
git clone https://github.com/xmanrui/dsh-feishu.git
cd dsh-feishu
npm install
npm test
npm run build
node bin/dsh-feishu.mjs install --source .
插件运行在 dsh web 的 Host 进程内,不需要再维护独立桥接服务。非敏感配置保存在 $DSH_HOME/integrations/dsh-feishu/,各机器人的会话状态彼此隔离;每个 App Secret 都由 Harness 的 credential provider 独立管理。
当前按 DeepSeek Harness 0.1.0-rc.6 的插件与 Connection RPC 接口开发。更新 Harness 后,建议先运行测试并验证设置页、扫码和消息收发闭环。
standard 工具集,但不会自动批准 Harness 的高风险操作;仓库仍保留 src/index.mjs 与 .env.example,用于兼容早期的独立进程部署。新安装优先使用 Harness 插件模式。
MIT
Connect one or more Feishu bots directly to DeepSeek Harness. After installing the plugin, you can create bots one by one by scanning a QR code in the Harness settings page. Once registration and connection checks succeed, each bot is immediately ready for continuous conversations with the same Harness agent.

standard agent preset by default, including tools such as web searchInstall from GitHub with one command:
npx -y github:xmanrui/dsh-feishu install
Restart dsh web after installation. Open Settings → Plugins → Feishu in Harness, click Add bot, and scan the QR code with Feishu. Repeat the same process to add more bots; a new scan never overwrites an existing bot. A bot is shown as Connected only after all of the following checks succeed:
Once connected, find the newly created bot in Feishu and send it a message. Every bot supports /new, /status, and /help.
git clone https://github.com/xmanrui/dsh-feishu.git
cd dsh-feishu
npm install
npm test
npm run build
node bin/dsh-feishu.mjs install --source .
The plugin runs inside the dsh web Host process, so no standalone bridge service is required. Non-sensitive configuration is stored under $DSH_HOME/integrations/dsh-feishu/. Conversation state is isolated for each bot, and every App Secret is managed independently by the Harness credential provider.
The current version targets the plugin and Connection RPC interfaces in DeepSeek Harness 0.1.0-rc.6. After upgrading Harness, run the tests and verify the settings page, QR-code setup, and end-to-end messaging flow before deploying the update.
standard toolset but never auto-approve high-risk Harness operations;The repository still contains src/index.mjs and .env.example for compatibility with early standalone deployments. New installations should use the Harness plugin mode.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。