dsh plugins中文
← Back to popular plugin directory

Harness (dsh) dynamic Cordis plugin

Saktawdi/dsh-ha-orchestrator · skills

DeepSeek Harness (dsh) dynamic Cordis plug-in: model high availability fallback + subagent orchestration (HA failover + orchestrate subagents).

★ 4GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

HA Orchestrator is a plugin for DeepSeek Harness (dsh): When a model call fails mid-run, it retries on a backup model and the run continues. It adds an orchestrate tool that the model calls on its own when a task suits it, splitting work across subagents in parallel (fanout), in stages (pipeline), or with review and reduction passes (supervisor, map-reduce, router).

Backup models, cooldown, failure threshold, and error-code filter are configurable in Settings → "HA 与编排". Orchestration, triggered automatically

The tool also supports saved presets, resuming an interrupted run, supervisor review rounds, multiple reviewers, per-run subagent budgets, structured output schemas, and per-agent tool allow/deny lists. Nested orchestration from a subagent is rejected by default.

Install command

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