AI Agent Hub
Back to plugins
🧩

dsh-subagent-conductor

admin-security Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install YrracOwl/dsh-subagent-conductor

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install YrracOwl/dsh-subagent-conductor in the DeepSeek Harness terminal to install; the source code is available at https://github.com/YrracOwl/dsh-subagent-conductor .

About this plugin

In DeepSeek Harness Web, the official subagent tools (subagent / subagent_fork) own delegation and model selection, but there is no unified settings layer on top: every request still requires manually confirming the provider, model, and reasoning effort, with no reusable role presets and no global default route. dsh-subagent-conductor fills that gap. It does not patch, replace, or wrap any stock tool — it simply inserts a lightweight settings layer just before each subagent request boundary, making routing decisions predictable and manageable.

The core capabilities are threefold: a root-session selector on the composer's left side that locks in a provider/model/reasoning-effort pair for the current session; a visual role-template editor with full CRUD and JSON import/export for route presets; and a global default route that applies to every subagent request not individually configured. Routing precedence runs session > default role > global default > official choice, and any invalid route degrades gracefully with a host warning while leaving the official request intact, so the stock delegation pipeline is never broken.

It suits developers who create subagents frequently in DSH and need to switch models or reasoning effort per task type, as well as teams that want to standardize subagent setup through role templates and reduce repetitive manual configuration. Licensed under MIT, version 0.2.0 builds on DSH 0.1.2+ fine-grained Remotes with no legacy connection fallback.

Use Cases

  • Switch provider, model, and reasoning effort per task type without manual confirmation each time
  • Standardize subagent setup across a team with reusable role templates to cut repetition
  • Lock independent routes per root session so switching conversations never requires re-selection

Best For

  • DSH developers who create subagents frequently and switch models per task
  • Team leads or workflow maintainers who want preset templates to standardize subagent routes
  • AI workflow users who prioritize deterministic routing and never want the official delegation chain broken