sliverp/DeepSeek-harness-dingtalk1

deepseek-harness-dingtalk

DingTalk Stream text, image, and file channel bridge for DeepSeek Harness

AI 분석

核心用途是将钉钉 Stream 消息通道与 DSH Agent 进行桥接,支持文本、图片和文件的双向传输。适合需要通过钉钉客户端与 DSH 智能体进行交互的企业用户。

패키지
deepseek-harness-dingtalk
버전
0.1.3
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sliverp/DeepSeek-harness-dingtalk

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.