Saktawdi/ha-orchestrator

Saktawdi★ 1JavaScript最后同步: 2026-08-14

在 GitHub 打开

DeepSeek Harness(dsh)动态 Cordis 插件:模型高可用回退 + 子智能体编排(HA failover + orchestrate subagents)

README 摘要

HA Orchestrator Model outages end long runs. Not anymore. HA Orchestrator is a dynamic Cordis plugin for DeepSeek Harness (dsh) that keeps agent runs alive when models fail, and gives the main agent a planning–executing–supervising loop. 🛡️ Model high-availability failover — when a model errors mid-run, the failing model is quarantined (with cooldown), the request is retried on a backup model, and the run continues where it stopped. No manual intervention. 🧩 Subagent orchestration — one orchestrate tool with three modes: fanout (parallel + merge), pipeline (sequential stages), supervisor (parallel, then a supervising agent synthesizes). 🤖 Custom subagents — define name / model / description / system prompt in the config page, assign by name from any task, or generate a subagent with AI in one click. 简体中文 · Highlights · How it works · Installation · Usage · Documentation Highlights - 🛡️ Model high availability. Listens at the outermost layer of the request waterfall ( agent/request + agent/request-error , prepend: true ), so it holds the final say. A failure (error-code match, empty = all) quarantines the failing model for cooldownMs , then returns {kind: 'retry'} ; the loop re-…

在 GitHub 查看完整 README →
Agentscordisdeepseekdeepseek-harnessdsh-pluginhaorchestratoragent

分类