
Letter2025/dsh-model-failover
20最近提交 2026年8月14日
dsh-model-failover DSH 插件
dsh-model-failover 是可安装的 DeepSeek Harness 插件。它监测智能体循环中的模型请求失败,打开模型级或提供商级熔断,并将后续请求路由到健康的已配置备用模型。插件还附带用于配置备用模型的技能。
如何安装 dsh-model-failover DSH 插件
dsh plugin --profile web add dsh-model-failover复制不会执行命令。运行前请核对仓库和版本。
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-model-failover DSH 插件能做什么
- 在突发时间窗口内出现重复的指定失败后,为 provider/model 路由打开熔断。
- 当同一提供商下多个不同模型的熔断同时打开时,打开提供商级熔断。
- 将请求路由到有序备用列表中第一个健康的路由。
- 在冷却期后探测已打开的模型熔断,并在探测成功后关闭熔断。
- 与内置 llm-retry 策略协作,观察重试处理后仍未恢复的失败。
- 发出带类型的熔断、切换和探测事件。
- 在 skills 服务可用时,自动注册内置的 configure-model-failover 技能。
dsh-model-failover DSH 插件适合哪些场景
- 在主模型遭遇限流、不可用、超时或其他已配置的瞬态错误时,保持智能体对话继续运行。
- 为模型或提供商故障配置替代提供商和模型。
- 通过插件事件观察路由切换,并向用户通知切换结果。
dsh-model-failover DSH 插件适合谁
- 配置了多个模型路由的 DeepSeek Harness 运维人员。
- 需要模型请求故障转移能力的 DSH 工作流开发者。
dsh-model-failover DSH 插件的限制
- 熔断状态仅保存在进程内存中,插件重载后会重置。
- 仅路由由 agent/request 覆盖的主智能体循环调用;session-title、compaction 和手写的 ctx.llm.stream 调用等辅助调用不受覆盖。
- 当 retryPolicy.mode 为 'always' 时,llm-retry 不会将失败交给熔断器,因此故障转移会按设计保持未启用状态。
- 上下文窗口较小的备用模型仍可能返回 CONTEXT_WINDOW_EXCEEDED。
- 提供商级熔断仅在冷却期到期后恢复;插件不会探测提供商级熔断。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 0 runtime, 0 development, 6 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- low
license not declared
GitHub did not report an SPDX license for this repository snapshot.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-model-failover DSH 插件的相关选择
DeepSeek-harness-wecom
4
将企微 AI 机器人连接到持久化 DeepSeek Harness Agent,支持文本、图片、文件、命令和基于会话的对话。
mnemon
440
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
awesome-deepseek-harness
36
A curated list of plugins, skills, MCP servers, patch/profile layers, orchestrators & UIs for DeepSeek Harness (DSH). Visualization · PPT · Coding · Agents · Loops (auto-research) and more. #dsh
dsh-automation
32
在全新的 DeepSeek Harness Agent 会话中按计划运行独立编码任务,并提供工作区范围控制和持久化运行历史。
dsh-model-failover DSH 插件常见问题
dsh-model-failover DSH 插件是什么?
dsh-model-failover 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-model-failover DSH 插件?
页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。
dsh-model-failover 使用哪个 DSH profile?
dsh-model-failover 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。
dsh-model-failover 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-model-failover 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-model-failover 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。