itr-del/dsh-feishu
itr-del★ 1JavaScript最后同步: 2026-08-14
Feishu (Lark) IM bridge for DeepSeek Harness (dsh) — a cordis plugin
README 摘要
dsh-feishu — Feishu (Lark) IM bridge for DeepSeek Harness Pluggable cordis plugin wiring a Feishu self-built bot into a running DeepSeek Harness (dsh) web profile — installable via dsh plugin add . Features - One Feishu DM user ↔ one persistent dsh session ( feishu: ). - Multi-turn conversations across reconnects. - Streams assistant replies back into Feishu, chunked at 4000 chars. - Filters DeepSeek tool-call markers from outbound text. - Pure ESM, no TypeScript compile step. - No telemetry, fully local. Installation 1. Install dsh 2. Install the plugin This installs the plugin into /.dsh/profiles/web/node modules/dsh-feishu and patches cordis.patch.yml automatically. 3. Configure your Feishu app Create a Custom App at and copy appId + appSecret . Under Event Subscriptions (事件与回调) : - Set mode to Receive events via persistent connection (使用长连接接收事件/回调) . - Add the event im.message.receive v1 . Under Permissions (权限) , grant: - im:message - im:message.p2p msg (required for DMs) Publish a version (发布版本) — without this the bot cannot receive events. Wait 2 minutes after publishing. 4. Export env vars and run You should see in logs: DM the bot anything — the agent will reply in the sam…
在 GitHub 查看完整 README →