911218sky/dsh-llm-bounded-retry0

dsh-llm-bounded-retry

Bounded all-error request retry plugin for DeepSeek Harness

包名
dsh-llm-bounded-retry
版本
0.2.0
许可证
NOASSERTION
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:911218sky/dsh-llm-bounded-retry

Configuration

KeyDefaultDescription
maxRetries5Retries after the initial attempt. 0 disables retry.
retryableCodesallall, default, or an array of exact failure codes.
initialDelayMs500Initial local backoff.
maxDelayMs10000Maximum local backoff and accepted provider delay.
jitterRatio0.1Symmetric jitter from 0 to 100 percent.