feishu bridge · Feishu smart body connector
21hbguo/dsh-feishu-bridge-plugin · skills
Feishu Robot ↔ DSH Dialogue Bridge: DSH in-process Cordis plug-in, streaming card/Q&A card/approval card/slash command.
★ 1GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
BSD-3-ClauseLicense
Project overview
@dsh-external/dsh-feishu-bridge 飞书机器人 ↔ DSH 对话桥:把 DeepSeek Harness(DSH)装进飞书,聊天即算力。
本插件是运行在 DSH 进程内的 Cordis 插件(inject: ['agents']),通过 ctx 服务直调驱动 DSH: 消息注入走 agents 服务的 create / resume / followup / steer / cancel,全程进程内直调,不另起进程、不走网络; 审批卡片与问答卡片订阅宿主的进程内事件帧,经 approval / questions 服务交互,点按结果直接提交回宿主; 不注册任何 provider / answerer,不与宿主自带实现冲突,卸载即净。
本插件使用长连接模式与飞书通信:插件主动发起 WebSocket 连接收发消息,不需要公网回调地址,也不需要配置任何 webhook。飞书应用有两种获取方式,推荐扫码一键配置。 ✅ 首选:扫码一键配置
Install command
dsh plugin --profile web add github:21hbguo/dsh-feishu-bridge-plugin