sliverp/DeepSeek-harness-dingtalk ↗★ 1
deepseek-harness-dingtalk
DingTalk Stream text, image, and file channel bridge for DeepSeek Harness
AI Analysis
核心用途是将钉钉 Stream 消息通道与 DSH Agent 进行桥接,支持文本、图片和文件的双向传输。适合需要通过钉钉客户端与 DSH 智能体进行交互的企业用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sliverp/DeepSeek-harness-dingtalkREADME
Read the full README ↗Bundle configuration
- id: dingtalk-channel
name: deepseek-harness-dingtalk
config:
clientId: !!js process.env.DINGTALK_CLIENT_ID
clientSecretRef: DINGTALK_CLIENT_SECRET
cwd: !!js process.env.DSH_DINGTALK_CWD ?? process.cwd()
agentPreset: standard
Restrictive production example:
singlePolicy: allowlist
singleAllowFrom: [staff-id-1]
groupPolicy: allowlist
groupAllowChats: [conversation-id-1]
imageInputMode: auto
maxInboundFileBytes: 20971520
maxOutboundFileBytes: 20971520
Policies accept open, allowlist, or disabled. Combine allowlists with least-privilege Harness tool and workspace permissions.