dsh-llm-extra-retry
Manifest valid★ 1Extra model-request recovery for DeepSeek Harness: retries PI_AI_ERROR failures once after a fixed 20s delay; other error codes keep the built-in dsh-llm-retry exponential backoff.
dsh-llm-extra-retry
给 DSH 模型请求失败瀑布(agent/request-error)追加一条独立恢复策略:
当提供方把失败归类为 PI_AI_ERROR(dsh-llm-pi-ai 对无法识别的上游错误
文本的兜底错误码,内建默认重试策略不覆盖)时,等待 20 秒后自动重试一次。
其他错误码一律通过 next() 放行,完全保持 @deepseek-ai/dsh-llm-retry
默认策略(5 次有界指数退避 0.5s→10s、10% jitter)的行为;两者通过各自的
policyKey 独立记账,互不干扰。请求取消或插件卸载会立刻中止等待中的退避。
安装(已在 profiles/web profile 中接线)
- 本目录以
link:依赖挂入profiles/web/package.json; dsh.profile.bundles增加"dsh-llm-extra-retry";node_modules/dsh-llm-extra-retry为指向本目录的目录联接(junction);- 重启 DSH 生效。
调整等待时长或次数:改 lib/index.js 顶部的 DELAY_MS / MAX_RETRIES。
Comments
Loading…
From the same category
by deepseek-ai
DeepSeek Harness: Everything is a Plugin.
★ 236.8k
MIT
TypeScript
Sep 24, 2026
by nexu-io
🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,
★ 98.2k
Apache-2.0
TypeScript
Sep 26, 2026
by tt-a1i
Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
★ 72.2k
↓ 4.2k/wk
MIT
JavaScript
Sep 26, 2026
dsh plugin --profile agent add @tt-a1i/archify-dshby Tencent
Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.
★ 30.3k
↓ 950/wk
NOASSERTION
Go
Sep 26, 2026
dsh plugin --profile web add @wxg-prc-cpg/dsh-weknoraby awesome-dsh-plugin
A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
★ 17k
CC0-1.0
Python
Sep 26, 2026
by zhu1090093659
DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop
★ 8k
Apache-2.0
TypeScript
Sep 26, 2026
dsh plugin --profile web add dsh-web