ChanningYuan/dsh-dingtalk ↗★ 0
dsh-dingtalk
DingTalk IM channel plugin for DeepSeek Harness (PoC-0): DingTalk chats drive local dsh agents, replies return as markdown messages
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChanningYuan/dsh-dingtalk说明文档
阅读完整 README ↗3. 配置凭据(二选一)
b. 或 patch 配置:编辑 $DSH_HOME/cordis.patch.yml 追加
配置项
| 键 | 默认 | 说明 |
|---|---|---|
clientId / clientSecret | 空(读 env) | 钉钉应用凭据 |
workspace | ~/dsh-dingtalk-workspace | Agent 会话工作目录(绝对路径) |
markdownTitle | DSH | 回复消息的卡片标题 |
allowedSenders | [](不限制) | 发件人 staffId 白名单,PoC 建议只配自己 |
debug | false | Stream SDK 调试日志 |