bihangchi9-creator/dsh-lark-bridge1

dsh-lark-bridge

A DeepSeek Harness (dsh) plugin that bridges dsh agents to Feishu/Lark group chats — one group, one project directory.

AI Analysis

核心用途是将 DSH 代理引入飞书群聊中协作。适合团队协作,通过群聊驱动 Agent 处理特定项目目录下的任务,需配置飞书应用凭据。

Package
dsh-lark-bridge
Version
0.0.1
License
NOASSERTION
Last updated
Aug 19, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bihangchi9-creator/dsh-lark-bridge

Configuration

Every field can come from the plugin config: block or an environment variable (env is the friendlier default).

ConfigEnv varDefaultMeaning
appIdLARK_APP_IDFeishu app id (cli_...)
appSecretLARK_APP_SECRETFeishu app secret
tenantLARK_TENANTfeishufeishu (feishu.cn) or lark (larksuite.com)
providerDSH_LARK_PROVIDERdsh defaultLLM provider route
modelDSH_LARK_MODELdsh defaultModel for created agents
workspaceRootDSH_LARK_WORKSPACE_ROOT~/dsh-lark-workspacesRoot for per-chat folders
allowDmDSH_LARK_ALLOW_DMtrueRespond in direct messages
requireMentionDSH_LARK_REQUIRE_MENTIONtrueIn groups, require an @-mention

Credentials are read in this order: inline config → environment variables → the file written by the registration wizard.