dsh-fschannel:让 DeepSeek Harness Web 会话与飞书机器人双向通信
dsh-fschannel 是 DeepSeek Harness (DSH) 插件,利用飞书官方 WebSocket SDK 建立长连接,无需公网回调即可桥接 DSH Web 会话与飞书/Lark 聊天。该插件支持将 Web 会话与飞书聊天一对一持久化绑定,实现消息互通。核心功能包括:基于 SDK 的去重与串行消息投递、支持 Markdown 的流式卡片输出(无权限时自动回退普通消息)、结合视觉工具包的图片识别处理,以及向飞发送图片或文件。此外,插件提供飞书侧命令,支持通过指令或卡片按钮切换模型、调整思考强度、查看状态及停止任务。安装需 Node 22.19+、dsh CLI 及 pnpm,凭
Read MoreDeepSeek Harness Lark Bridge: Controlling DSH Sessions from Feishu/Lark
dsh-lark-bridge is a bidirectional control plugin for Lark/Feishu within the DeepSeek Harness (DSH) ecosystem, designed to link Lark conversations with DSH Sessions for remote viewing and control. This tool supports initiating, continuing, correcting, stopping, or resuming DSH tasks through Feishu, and maps Lark groups to specific DSH projects, with each topic thread corresponding to an isolated Session. Core functionalities include real-time task status updates via native cards, approval of tool calls, responses to agent questions, and secure interaction handling for text, images, and workspace files. It employs WebSocket for persistent connections, eliminating the need for public webhooks, and requires Node.js 22+ and pnpm for its runtime environment. Installation is done using `pnpm
Read MoreHarmonyOS Application Development - Recording Audio and Implementing Real - time Speech Recognition with WebSocket
Your code implements a complete example of real-time speech recognition using WebSocket. The following are some supplementary and optimization suggestions for the entire project to ensure robustness and maintainability. ### 1. Permission Check and Prompt When requesting permissions, more detailed prompt information can be provided, and reasonable operational suggestions can be given after the user refuses authorization, or guide the user to go to the settings page for manual authorization. ```javascript reqPermissionsAndRecord(permissions: Ar ```
Read More