bihangchi9-creator/dsh-lark-bridge ↗★ 1
dsh-lark-bridge
一个将 DSH 代理桥接到飞书/Lark 群聊的 DeepSeek Harness (dsh) 插件——一个群组对应一个项目目录。
AI 分析
核心用途是将 DSH 代理引入飞书群聊中协作。适合团队协作,通过群聊驱动 Agent 处理特定项目目录下的任务,需配置飞书应用凭据。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bihangchi9-creator/dsh-lark-bridge说明文档
阅读完整 README ↗Configuration
Every field can come from the plugin config: block or an environment variable (env is the friendlier default).
| Config | Env var | Default | Meaning |
|---|---|---|---|
appId | LARK_APP_ID | — | Feishu app id (cli_...) |
appSecret | LARK_APP_SECRET | — | Feishu app secret |
tenant | LARK_TENANT | feishu | feishu (feishu.cn) or lark (larksuite.com) |
provider | DSH_LARK_PROVIDER | dsh default | LLM provider route |
model | DSH_LARK_MODEL | dsh default | Model for created agents |
workspaceRoot | DSH_LARK_WORKSPACE_ROOT | ~/dsh-lark-workspaces | Root for per-chat folders |
allowDm | DSH_LARK_ALLOW_DM | true | Respond in direct messages |
requireMention | DSH_LARK_REQUIRE_MENTION | true | In groups, require an @-mention |
Credentials are read in this order: inline config → environment variables → the file written by the registration wizard.