DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-subagent-router

DSH profile bundle that adds model-routed subagent delegation tools for continuable and one-shot child tasks.

Security & PolicyRemote Execution
3GitHub Stars0ForksUpdated2026-08-21

Install

$ dsh plugin --profile <name> add @xmoon76/dsh-subagent-router

Plugin 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.

source-grounded
@xmoon76/dsh-subagent-router is a DSH profile bundle that installs two tools: `subagent_route` for continuable spawned subagents and `subagent_fork_route` for one-shot forked subagents. It lets the calling model select a configured LLM provider and model while deployment configuration controls backends, scheduling defaults, and optional provider allowlists.

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.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 34 development, 9 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Not Declared

GitHub did not report an SPDX license for this repository snapshot.

low
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

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
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app