MistRain-1/dsh-reconnect

MistRain-1★ 3JavaScript最后同步: 2026-08-21

在 GitHub 打开

断线无限重新连接,适用于不稳定的API或者中转站

README 摘要

dsh-reconnect Safe model-request retry for DeepSeek Harness with exponential backoff, relay/proxy failure recovery, and a unified settings panel. Version: 2.0.0 - 中文文档 (Chinese README) Project Description dsh-reconnect is a Host-side plugin for DeepSeek Harness (DSH). It retries failed model requests so temporary network failures do not interrupt an agent turn or a long-running task. The plugin listens to the DSH agent/request-error waterfall event. After the built-in normal Provider retry policy gives up, or when a Provider's always policy delegates recovery downstream, the Agent loop sends the same request again according to this plugin's policy. Suitable Use Cases - Unstable relay stations, reverse proxies, API gateways, or forwarding services - Relay nodes that disconnect, reset connections, or return incomplete responses - Intermittent network failures and transport errors - Temporary provider outages, server-side 5xx errors, rate limits, and timeouts - Long-running tasks that should survive short-lived provider or network failures Retry Policy Condition Behavior EMPTY RESPONSE / RATE LIMIT / SERVER / STREAM CLOSED / TIMEOUT / TRANSPORT Retry indefinitely (transient connection…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类