dsh-adaptive-model-router
Adaptive model discovery, evaluation, tiering, and subagent routing for DeepSeek Harness.
面向 DeepSeek Harness 的自适应模型发现、评估、定级与子代理路由插件。
How to install
dsh plugin add github:alaxrpg/dsh-adaptive-model-router About
DSH Adaptive Model Router dsh-adaptive-model-router 是 DeepSeek Harness 的 Cordis/Loader 插件。它发现多个 Provider 的模型,综合元数据、外部评价和可选的受限真实探测生成评分,把候选模型分入 easy、normal、hard,再由 adaptive_subagent 为每次子任务选择模型。 这不是 Codex plugin。项目没有 .codex-plugin/plugin.json、Codex marketplace 条目、Codex skill 或 Codex hook,也不使用 plugin-creator。 设计边界 模型发现优先使用用户定义的模型清单:插件 Provider 配置中的 models 显式列表 > DSH settings 中该 Provider 路由(如 llm-pi-ai.providers.<route>.models)用户定义的模型;两者都没有时才回退端点发现(ctx.llm.discoverModels(...),再退 OpenAI-compatible /models)。 端点 /models 只提供目录,不能证明能力;只有用户未定义任何模型清单时它才作为候选来源。 未知或不能可靠映射的模型保持 unrated,不会按模型名称猜测能力。 人工配置始终优先于…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-27
- Created
- 2026-08-14
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
claude-code-router
musistudio/claude-code-router
One local control plane for every AI agent: route across models, fuse new capabilities, orchestrate tools, and stay fully in control.