dsh-agent-bridge
飞书机器人 → DSH 会话桥:在指定工作区开真会话,用 DSH 现有模型+插件执行任务并回传结论。
Bridge a Feishu bot to a DSH session: open a real session in a workspace, run tasks with the existing model and plugins, and report results back.
怎么安装
dsh plugin add github:CAI-MH/dsh-agent-bridge 简介
会话桥(dsh-agent-bridge) 飞书「算法组」机器人 → DSH 会话的桥接 bundle:机器人(独立守护进程)把任务投递过来, 本插件在 DSH 里于用户指定的工作区开「真会话」,注入该 agent 的人设 + 技能/知识库 + 任务, 用 DSH 现有大模型与全部插件执行,跑完把最终文字回传给机器人再贴回飞书群。 接口(仅 127.0.0.1,需共享密钥) POST /run { agent, system, knowledge, task, chatId, sessionId? } → { taskId } GET /status?taskId= → { status, result?, error?, workspace?, sessionId? } GET /health 配置与迁移 默认监听 127.0.0.1:49990,共享密钥在 ~/.dsh/agent-group-bridge.token(缺失时自动生成)。 改端口/密钥路径在 web profile 的补丁配置: ~/Library/Application Support/dsh-desktop/harness/profiles/web/cordis.patch.yml yaml id: agent-bridge config: port: 49990 tokenFile: /Users/xxx…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-09
- 创建于
- 2026-09-09
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
openpets
alvinunreal/openpets/tree/main/packages/dsh
将 DeepSeek Harness 的生命周期状态、错误与审批请求,桥接到本地运行的 OpenPets 桌面伙伴。
dsh-im
xmanrui/dsh-im
通过二维码或机器人凭据将 IM 机器人接入 DeepSeek Harness(支持飞书、微信、钉钉、企业微信、QQ、Slack、Telegram、Discord 和 WhatsApp 共 9 种渠道)。
dsh-pocket
shaobeichen/dsh-pocket
手机远程访问 DSH Web 界面:扫码即用局域网或公网(cloudflared 隧道)访问,实时同屏、移动端适配布局,带设置页管理。