seaskyblue/dsh-channel-feishu

seaskyblue★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Feishu (Lark) channel plugin for DeepSeek Harness: turn a Feishu bot into a full DSH agent (tools, filesystem, shell). Multiple bots supported.

README 摘要

dsh-channel-feishu Feishu (Lark) channel plugin for DeepSeek Harness — turn a Feishu bot into a full DSH agent with the same capabilities as the Web UI : tool calls, filesystem access, shell commands, skills, web search, everything. 飞书通道插件:让飞书机器人具备与 DeepSeek Harness Web UI 完全一致的 Agent 能力(工具调用、文件系统、Shell、Skills 等)。 English 简体中文 Features - 🧠 Full DSH agent capability — the bot drives a real DSH agent via ctx.agents , so it can read files, run shell commands, use skills, and more — identical to a Web UI session. - 🤖 Multiple bots in parallel — each bot uses its own lark-cli profile ( larkCliProfile ), so any number of bots run side by side without interfering. - 🔌 Independent of any external gateway — the plugin owns its Feishu connection (WebSocket long connection) and drives agents in-process; it never depends on Hermes or another process. - 🧩 Standard DSH bundle — installable with dsh plugin add ./plugin ; follows the official dsh.bundle manifest. - 🔒 Secret-safe — credentials live in the lark-cli keychain / profile, never in patch files or logs. How it works - One chat = one persistent DSH session ( feishu: ), history survives restarts via DSH session persistence. - Agents jo…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginweb uiagentsearch

分类