chenxin105/dsh-lark-bridge

chenxin105★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

飞书智能体桥接deepseek-harness插件

README 摘要

dsh-lark-bridge English 中文 A DeepSeek Harness plugin that bridges the DSH agent to the Feishu/Lark Open Platform. It provides a credential-resolved auth provider ( tenant access token with auto-refresh), a suite of model-facing outbound tools (send message, read docx, read/write Bitable, call a Feishu bot/agent), and optional Phase 2 inbound : Feishu private-chat messages → in-process DSH agent → reply. Why The Feishu/Lark ecosystem has rich content (docs, bitables, agents) that an AI coding agent often needs to read and act on. This plugin turns those APIs into tools the model can call directly, instead of the user pasting content manually. Installation After install, add the bundle to your profile's dsh.profile.bundles (see Bundles). Config Key Default Meaning appId omitted Literal Feishu app id. Prefer appIdEnv so no secret enters config; a non-empty literal wins. appSecret omitted Literal Feishu app secret. Prefer appSecretEnv . appIdEnv FEISHU APP ID Credential reference resolved per call through ctx.credentials , or from the process environment when that seam is absent. appSecretEnv FEISHU APP SECRET Credential reference resolved per call. baseURL https://open.feishu.cn/open-…

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

分类