RHY006/agency-agents-zh-dsh-plugin0

agency-agents-zh-dsh-plugin

DeepSeek Harness (dsh) plugin: registers the agency-agents-zh Chinese AI expert agent library (268 roles across 20 departments) as native skills

包名
agency-agents-zh-dsh-plugin
版本
1.1.1
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RHY006/agency-agents-zh-dsh-plugin

配置

默认注册全部 268 个专家。不想全量压给模型时,在 profile 的 cordis.patch.yml 里给该 loader 行加 config 过滤:

- id: agency-agents-zh
  config:
    categories: [engineering, marketing, design]   # 部门白名单:只注册这些
    excludeCategories: [specialized]               # 部门黑名单:剔除这些(优先于白名单)
    maxSkills: 60                                  # 总量上限:超出按列表顺序截断并告警

三者都可选、可组合;不配置 = 注册全部(向后兼容)。类型写错会启动即报错(fail loud);白名单里写不存在的部门会被忽略并告警。

部门目录名对照

目录部门目录部门
academic学术marketing营销 (42)
design设计paid-media付费媒体
engineering工程 (42)product产品
finance金融project-management项目管理
game-development游戏开发sales销售
gisGISsecurity安全
hr人力资源spatial-computing空间计算
legal法务specialized专项 (58)
supply-chain供应链support支持
testing测试

想整体关掉插件,禁用 loader 行即可:

- id: agency-agents-zh
  disabled: true