dsh plugins中文
← Back to popular plugin directory

DeepSeek Harness provides multi-agent

zibo2025/dsh-orchestrator · skills

[Orchestration mode] Provides multi-agent orchestration mode for DeepSeek Harness: main agent decomposition and dispatch, worker full grid interoperability, support for specifying models and thinking intensity on a worke.

★ 5GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-orchestrator orchestrator 意为「编排器 / 协调者」;读音:美 /ˈɔːrkəstreɪtər/ · 英 /ˈɔːkɪstreɪtə(r)/,重音在第三音节,近似「奥克斯特雷特尔」。

生效范围两种:组合包(该 profile 的所有会话都获得网格工具)或仅预设(在预设的 agent.cordis.yml 加一行 - id: orchestrator + name: dsh-orchestrator,并 pnpm add dsh-orchestrator, 推荐——协议只在你需要的地方生效)。 工具 工具 · 作用 工具: agentspawn · 作用: 派生一个常驻后台、可持续对话的 worker,可单独指定 provider / model / maxTokens / effort 工具: agentsend · 作用: 给网格内任意智能体发消息(子 → 主、子 ↔ 子都行),不返回对方的答复 工具: agentbroadcast · 作用: 一条消息发给网格内所有在线智能体 工具: agentlist · 作用: 查看网格花名册(含标签、父级、主智能体标记)

Install command

dsh plugin --profile web add github:zibo2025/dsh-orchestrator
View GitHub repository ↗Back to popular plugin directory