EsonXie/dsh-agent-toolkit--packages-toolkit ↗★ 0
dsh-agent-toolkit
DeepSeek Harness plugin: agent registry with layered prompts, parallel delegation, Feishu bots and token usage
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EsonXie/dsh-agent-toolkit#e3edc53f41b1cc9fa68cab7c52f3d6154b0bc9e2&path:packages/toolkit说明文档
阅读完整 README ↗配置
配置写在 cordis.yml 中,按插件 id dsh-agent-toolkit 覆盖:
- id: dsh-agent-toolkit
config:
timezone: Asia/Shanghai
modules:
feishu: true
usage: true
修改配置触发 HMR 热替换,无需重启。
| 配置项 | 类型 | 默认值 | 说明 |
|---|---|---|---|
modules.feishu | boolean | true | 启用飞书 bots 模块 |
modules.usage | boolean | true | 启用 token 用量模块 |
layers | array | [{ name: 'persona', order: 10, text: '' }] | 语义化提示词分层 {name, order, text}(首启种子/重置默认值;层结构固定,UI 仅可编辑 persona 文本;base/model-notes 保留名不可占用) |
rules | array | 内置 15 条规则 | 按模型匹配的覆盖/追加规则 |
timezone | string | Asia/Shanghai | 用量按日/按小时聚合的时区 |
provider | string | spawn | 委派用的 subagent provider 名 |
toolName | string | team_delegate | 委派工具对模型的可见名 |
feishu.* | — | 见手册 | 卡片节流/字节上限、扫码超时、表情、错误摘要长度 |
layers / rules 为整体替换语义(不是合并);字段完整说明见 config-reference.md。