cmfok/dsh-feishucard
cmfok★ 2JavaScript最后同步: 2026-08-14
DeepSeek Harness <-> Feishu (Lark) bridge with streaming reply card / 自研 DSH 飞书桥:长连接 + 流式回复卡片(工具面板/状态符号/限流熔断兜底)
README 摘要
dsh-feishucard — DSH ↔ Feishu Streaming Card Bridge 把飞书(Lark)机器人接入 DeepSeek Harness 的 Agent 会话——完全自研(非 fork)。官方 SDK 长连接 收发(无需公网 IP/域名/隧道)、每聊天独立专属会话、 /new /switch /list /help 命令、处理中表情回执,以及 流式回复卡片 :过程话语内联 + 工具调用折叠面板 + 限流/退避/熔断/文本兜底。 A self-developed (not a fork) bridge between Feishu (Lark) chats and DeepSeek Harness agent sessions: official-SDK long connection (no public URL needed), dedicated per-chat sessions, /new /switch /list /help commands, a typing reaction, and a streaming reply card — inline agent notes, collapsible tool-call panels with status symbols, and rate-limit / backoff / circuit-breaker / plain-text fallback reliability. 单包即用:Host 插件(桥接逻辑)+ helper 子进程(长连接)+ bundle 补丁(自动注册)。One package, three pieces: host plugin, long-connection helper subprocess, and an auto-registered bundle patch. 独立自研,不依赖任何第三方 DSH 飞书插件。配置独立存放于 /.dsh-feishucard/ ;检测到旧生态路径( /.cc-connect/ )有配置时启动自动迁移一次。不要与其他 DSH 飞书插件同时安装(同一飞书 App 的 WS 长连接互踢)。 Fully independent. Config lives in /.dsh-feishucard/ ; a legacy config found at /.cc-connect/ is auto-migrated once on boot. Do not install alongside other DSH Feishu plugins (two WS long connections on one app kick each other). 功能 / Features - 长连接收发 / Long-co…
在 GitHub 查看完整 README →