harness-lark
Lark/Feishu channel plugin for DeepSeek Harness: WebSocket event gateway, per-chat persistent agents, interactive cards, media, docs, bases, calendars, tasks, and user OAuth
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huoxue1/harness-lark说明文档
阅读完整 README ↗配置
| 字段 | 类型 | 默认 | 说明 |
|---|---|---|---|
appId | string | — | 飞书应用 ID(缺省时仅注册工具、不启动网关) |
appSecret | string | — | 飞书应用密钥(缺省时仅注册工具、不启动网关) |
encryptKey | string | — | 事件加密密钥(长连接模式可留空) |
verificationToken | string | — | 事件验证令牌(长连接模式可留空) |
brand | feishu | lark | feishu | 平台品牌 |
connectionMode | websocket | webhook | websocket | 事件接收模式 |
provider | string | — | 创建的 agent 使用的 provider(缺省走默认) |
model | string | — | 创建的 agent 使用的模型 |
replyMode | auto | static | streaming | auto | 回复模式(auto 走静态文本) |
dmPolicy | open | pairing | allowlist | disabled | open | 私聊策略 |
groupPolicy | open | allowlist | disabled | disabled | 群聊策略 |
allowlist | string[] | — | open_id 白名单 |
requireMentionInGroups | boolean | true | 群聊中是否需要 @机器人 |
topicSeparateSession | boolean | false | 话题群消息按 thread 独立建 session(每个话题一个上下文) |
dedupTtlMs | number | 12h | 消息去重窗口 |