yangzhaofeng496/dsh-feishu-plugin ↗★ 1
dsh-feishu-plugin
Feishu/Lark bot bridge for DeepSeek Harness with approvals, progress updates, context, and file transfer.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangzhaofeng496/dsh-feishu-plugin说明文档
阅读完整 README ↗配置飞书应用
在飞书开放平台创建企业自建应用,然后完成以下设置:
- 添加“机器人”应用能力。
- 在“权限管理”中开通接收消息和以应用身份发送消息所需的即时通讯权限。
- 在“事件与回调”中选择“使用长连接接收事件/回调”。
- 添加事件
im.message.receive_v1(接收消息)。 - 确保机器人拥有读取消息资源、上传文件和发送消息所需权限。
- 创建版本并发布应用,使机器人和权限配置生效。
具体权限名称可能随飞书开放平台界面更新而变化。发布前请确认机器人能够接收用户消息,并能向原会话发送消息。