dsh-subagent-router
DSH profile bundle that adds model-routed subagent delegation tools for continuable and one-shot child tasks.
Install
$ dsh plugin --profile <name> add @xmoon76/dsh-subagent-routerPlugin Overview & Capabilities
AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.
Key Capabilities
- Installs as a DSH profile bundle through `dsh plugin --profile <name> add @xmoon76/dsh-subagent-router`.
- Adds `subagent_route` for dynamically routed fresh, continuable child agents.
- Adds `subagent_fork_route` for dynamically routed one-shot children that inherit completed parent turns.
- Allows per-call foreground or background scheduling through the optional `run_in_background` parameter.
- Enforces an optional deployment-side `allowedProviders` allowlist.
- Keeps provider and model selection fixed for the lifetime of a continuable child.
- Coexists with official fixed-route `subagent` and `subagent_fork` tools rather than replacing them.
Useful For
- Delegate independent tasks to configured provider/model routes selected at call time.
- Start a durable subagent and continue it later using the official control tools.
- Fork completed conversation context into a one-shot review or follow-up task.
- Run independent child work in the background while the parent continues working.
- Apply deployment-side restrictions to which LLM provider routes delegated children may use.
Who It Fits
- DeepSeek Harness profile administrators
- DSH developers building multi-agent workflows
- Teams operating multiple configured LLM provider routes
Documented Limitations
- Requires a DSH profile whose bundles include `@deepseek-ai/dsh-base`.
- Only configured DSH LLM provider routes can be selected; provider/model resolution can fail when the child makes its first request.
- There is no model-discovery tool for configured provider or model IDs.
- Provider and model cannot be changed mid-session for continuable children.
- Continuation controls (`send_message`, `list_agents`, `interrupt_agent`) require the separately mounted official control plugin.
- Background one-shot jobs require the DSH jobs stack and official job-control tools.
- One-shot output is returned after the child settles and is not streamed.
- `maxTokens` is not durable across continuable activations and is not exposed by the tool.
DSH Compatibility
Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
package.json declares 1 runtime, 34 development, 9 peer, and 0 optional dependencies.
package.json declares DSH bundle metadata.
GitHub did not report an SPDX license for this repository snapshot.
A root package.json was captured and can be inspected by the registry.
Public GitHub source metadata is available for this registry snapshot.
Source & Registry Notes
Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.
- Source repository
- XMoon/dsh-subagent-router
- Registry source
- GitHub · dsh-plugin topic
- Registry classification
- Plugin Bundle
- Source checked
- d0dff27 · 2026-09-18
This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.
Repository Activity
- GitHub stars
- 3GitHub stars
- Forks
- 0
- Open issues
- 0
- Last commit
- 2026-08-21
- Last release
- No release detected
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Persistent multi-model Agent teams and bounded DAG workflows with GUI controls for DeepSeek Harness.
View plugin →Second-model AI auto-review for DeepSeek Harness approval requests with fail-closed safety and session audit.
View plugin →Native SQLite-backed local project taskboard plugin and UI for DeepSeek Harness with Agent claim and review flows.
View plugin →Memory library for building stateful agents
View plugin →