911218sky/dsh-llm-bounded-retry ↗★ 0
dsh-llm-bounded-retry
Bounded all-error request retry plugin for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:911218sky/dsh-llm-bounded-retry说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
maxRetries | 5 | Retries after the initial attempt. 0 disables retry. |
retryableCodes | all | all, default, or an array of exact failure codes. |
initialDelayMs | 500 | Initial local backoff. |
maxDelayMs | 10000 | Maximum local backoff and accepted provider delay. |
jitterRatio | 0.1 | Symmetric jitter from 0 to 100 percent. |