dsh-swarm
Run the following command in DeepSeek Harness:
dsh plugin install Makoveli89/dsh-swarm
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Makoveli89/dsh-swarm in the DeepSeek Harness terminal to install this plugin, available at https://github.com/Makoveli89/dsh-swarm.
About this plugin
When a single agent can no longer hold the full picture of a complex coding task, dsh-swarm splits the work into parallelizable sub-tasks and orchestrates 100+ concurrent agents inside DeepSeek Harness using a BSP (Bulk Synchronous Parallel) model. The default fan-out is 10 squads of 10 workers each, tiered from a single root planner (deepseek-v4-pro) through squad leads down to worker-level agents (deepseek-v4-flash), each layer owning a distinct slice of the responsibility graph.
Five phases—partition, planning, execution, synthesis, and integration—are closed by strict barriers with straggler deadlines, so no agent ever reads the mid-phase output of another agent. Each squad gets its own git worktree plus a tiered region-ownership map enforced by the sandbox policy, giving you hard write isolation. Guardrail permissions auto-approve in-grant actions, escalate out-of-grant calls to the root planner, and route dangerous or over-budget operations straight to you. Per-tier pricing (pro $1.32/M in, flash $0.0826/M in) with a 90% pre-escalation and a hard mission cap keeps spend predictable; because all workers in a squad share one cache-stable prefix, a 100-worker mission lands at roughly $10-30. Every barrier is a checkpoint, so a mission can resume exactly where it left off.
Built for DeepSeek Harness users who want large-scale refactors, multi-module parallel development, or batch code generation handed to an agent swarm—without giving up write isolation, permission audit, or budget control.
Use Cases
- Large-scale code refactoring across multiple modules with hard write isolation
- Batch code generation for scaffolded projects and template expansion
- Complex feature development through a plan-execute-synthesize-integrate pipeline
Best For
- Developers building multi-agent workflows on DeepSeek Harness
- Team leads who need to orchestrate 100+ concurrent agents in parallel
- AI programming engineers who prioritize write isolation, permission audit, and budget control
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.