Bazley13/dsh-multi-model-orchestrator1

dsh-multi-model-orchestrator

DeepSeek Harness 插件:跨多个模型编排复杂任务。由“主脑”分解任务,并根据各模型优势分发子任务给 GLM、Kimi、Qwen 等子代理,统计各模型 Token 用量。

AI 分析

核心用途是多模型协同任务编排,将复杂任务拆解并分发给最擅长的模型。适合需要混合使用多种国产/外置大模型进行复杂工作流处理的开发者和高级用户。

套件
dsh-multi-model-orchestrator
版本
0.2.2
授權
MIT
最近更新
2026年9月7日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bazley13/dsh-multi-model-orchestrator

Configuration reference

Everything is configured in $DSH_HOME/settings.yaml:

SectionPurpose
llm-pi-ai.providersOpenAI-compatible third-party model routes (any vendor).
subagent-model-selectionAllow-list of {provider, model} the sub-agent tool may dispatch to.
multi-model-orchestrator.modelNotesPer-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.