dsh-lark
Minimal Lark/Feishu gateway plugin for DeepSeek Harness — chat with your agent from Feishu, one topic = one session
AI 분석
核心用途是将飞书/Lark 机器人作为 DSH 的交互入口,实现单主题独立会话。适合企业办公场景下,希望通过飞书直接调用 DSH 智能体处理任务的团队或个人。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:keepview/dsh-larkConfiguration
| Config | Env var | Default | Notes |
|---|---|---|---|
appId | DSH_LARK_APP_ID | — | required |
appSecret | DSH_LARK_APP_SECRET | — | required |
brand | — | feishu | feishu or lark |
cwd | DSH_LARK_CWD | process cwd | agent working directory |
provider / model | — | dsh default | model override |
requireMention | — | true | require @mention in groups |
groupSessionScope | — | thread | thread / chat / sender |
allowedOpenIds | DSH_LARK_ALLOWED_OPEN_IDS | [] | comma-separated allowlist |
allowAllUsers | DSH_LARK_ALLOW_ALL_USERS | false | open to everyone (think twice) |
approvals | — | true | relay tool approvals to Feishu |
imageInput | — | true | native image input |
maxReplyChars | — | 30000 | reply size cap |