911218sky/dsh-llm-bounded-retry0

dsh-llm-bounded-retry

用于 DeepSeek Harness 的有界全错误请求重试插件。

AI 分析

核心用于接管DSH的LLM请求重试机制,提供带退避和抖动的有界全错误重试策略。适合在网络不稳定或API调用频频报错时,需要提高请求成功率的用户。

套件
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.