fengs2021/dsh-feishu-bridge

插件 ⭐ 0 MIT socialweb-ui

> Chat with DeepSeek Harness (DSH) through a Feishu (Lark) bot. Messages you send the bot enter DSH sessions; replies come back as live streaming interactive cards — reasoning, body text, and tool chain in separate sections with typewriter updates. No public webhook needed (uses the Feishu Open Platform long connection). >

catalog 简介:DSH 飞书机器人桥接插件:飞书消息进 DSH 会话,流式交互卡片实时回复(思维链/正文/工具链分区,打字机效果)

安装

Feishu App ──long connection──> lark-cli event consume im.message.receive_v1 --as bot (child process)
                                   │ NDJSON (chat_id / sender_id / content / mentions …)
                                   ▼
                     feishu-bridge plugin (DSH host process, cordis)
                                   │ agents.create / agents.resume (chat_id → sessionId)
                                   ▼
                           DSH agent session (same models/tools as GUI)
                                   │ llm/stream waterfall (per sessionId, token deltas)
                                   ▼
                    streaming accumulator (text / reasoning / tool-call deltas)
                                   │ throttled PATCH (default ≥1.2s)
                                   ▼
               lark-cli api patch im/v1/messages/:id ──▶ interactive card updates
                                   └── turn end ──▶ final card (✅ done) + sessions.flush

fengs2021/dsh-feishu-bridge 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。