Bazley13/dsh-multi-model-orchestrator ↗★ 1
dsh-multi-model-orchestrator
A DeepSeek Harness (dsh) plugin: orchestrates complex tasks across multiple models — a 'main brain' decomposes the task and dispatches subtasks to GLM / Kimi / Qwen etc. sub-agents by each model's strengths, with per-model token usage.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bazley13/dsh-multi-model-orchestrator说明文档
阅读完整 README ↗Configuration reference
Everything is configured in $DSH_HOME/settings.yaml:
| Section | Purpose |
|---|---|
llm-pi-ai.providers | OpenAI-compatible third-party model routes (any vendor). |
subagent-model-selection | Allow-list of {provider, model} the sub-agent tool may dispatch to. |
multi-model-orchestrator.modelNotes | Per-route strengths/weaknesses that guide assignment. |
To add your own vendor, extend llm-pi-ai.providers with { api, baseURL, apiKeyEnv, models } (any OpenAI-compatible api: openai-completions gateway works), then add matching entries to subagent-model-selection.allowedModels and multi-model-orchestrator.modelNotes.