DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-swarm-router

DeepSeek Harness bundle that routes batches of tasks to suitable LLMs and dispatches them through parallel subagents or direct LLM calls.

Developer ToolsRemote Execution
2GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile headless add github:r600a-code/dsh-swarm-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
dsh-swarm-router installs as a DSH bundle with model routes and a swarm-router plugin. It selects cataloged models for reasoning, coding, long-context, fast, and general tasks; supports feedback-informed rankings and records usage statistics.

Key Capabilities

  • Provides six tools for route previews, dispatch, model listing, feedback, rankings, and usage statistics.
  • Routes task batches with deterministic capability gates, weighted model scoring, and task-kind-specific penalties.
  • Dispatches tasks in parallel through in-process subagents or direct ctx.llm calls.
  • Exposes a ctx.swarmRouter extension point for other plugins to register models, task kinds, and feedback listeners.
  • Persists feedback-based rankings and usage summaries by provider, model, and task kind.
  • Bundles cfgpu-swarm and OpenRouter route configuration.

Useful For

  • Sending heterogeneous task batches to models matched to reasoning, coding, context, speed, or general-work needs.
  • Running parallel subagent workflows with model selection performed before dispatch.
  • Reviewing routing choices before model calls with swarm_route_preview.
  • Collecting outcome feedback to influence future routing decisions.
  • Tracking token usage for routed direct calls and subagent activity.

Who It Fits

  • DeepSeek Harness users building multi-model agent workflows.
  • Plugin developers integrating with the swarmRouter service.
  • Teams using cfgpu.com/llm/square and/or OpenRouter-compatible model access.

Documented Limitations

  • cfgpu routing requires CFGPU_API_KEY in DSH credentials or the environment.
  • OpenRouter routing requires OPENROUTER_API_KEY; without it, OpenRouter models are reported unavailable and are not dispatched.
  • The router relies on catalog ranks and capability metadata, with feedback only affecting rankings when enabled and sufficient outcomes exist.
  • Direct and subagent dispatch have different usage-capture mechanisms, as described by the repository.

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 0 runtime, 0 development, 5 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
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
r600a-code/dsh-swarm-router
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
fc051ea · 2026-09-13

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
2GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
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