Bazley13/dsh-multi-model-orchestrator ↗★ 1
dsh-multi-model-orchestrator
DeepSeek Harness 插件:跨多个模型编排复杂任务。由“主脑”分解任务,并根据各模型优势分发子任务给 GLM、Kimi、Qwen 等子代理,统计各模型 Token 用量。
AI 分析
核心用途是多模型协同任务编排,将复杂任务拆解并分发给最擅长的模型。适合需要混合使用多种国产/外置大模型进行复杂工作流处理的开发者和高级用户。
安装
$
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.