lokic7123-star/dsh-route-resilience

lokic7123-star★ 2TypeScript最后同步: 2026-08-19

在 GitHub 打开

Multi-route high-availability, fault isolation and observability for DeepSeek Harness: model groups fail over between authorized provider routes on rate limits, retry-after, transport and auth failures.

README 摘要

dsh-route-resilience Multi-route high availability, fault isolation and observability for DeepSeek Harness (DSH). Keep your agent working when one provider route stumbles. dsh-route-resilience groups the provider routes you already have into model groups, spreads requests across the healthy routes, and fails over to the next route the moment one of them degrades — quarantining lossy routes with exponential backoff and isolating permanently broken credentials — all without ever touching the material of your API keys. 中文文档:README.zh.md Scope and posture dsh-route-resilience is a reliability layer , not a quota workaround. - It does not bypass quotas, rate limits, or fair-use caps. - It does not support multi-account or multi-identity circumvention of provider limits. - It only uses credentials and routes the user is authorized to use . Each route stays subject to its own provider's terms of service; the number of requests a model can serve is governed by the provider, not by this plugin. - It never reads, writes, or exposes key material — it refers to provider routes by name only. The value is continuity: when a route you legitimately use hits a 429, times out, or loses authorization…

在 GitHub 查看完整 README →
工具/开发429deepseek-harnessdshdsh-pluginfailoverhigh-availabilityllmopen-source

分类