Yiklek/dsh-llm-retry-settings0

dsh-llm-retry-settings

DSH 插件,提供 API 重试设置页面,用于查看和编辑各 LLM 服务商的请求重试策略。

AI 分析

核心用途是自定义不同大模型服务商的 API 请求重试机制(如最大重试次数)。适合网络环境不稳定、需要优化请求成功率的用户。修改后无需重启即可生效。

包名
dsh-llm-retry-settings
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

dsh-llm-retry-settings

DSH plugin: a settings page that views and edits each LLM provider's request retry policy (retryPolicy: mode normal/always, maxRetries) over the public settings / llm wire faces.

  • The llm-retry executor plugin has no configuration of its own — policies live in each provider's settings namespace (llm-pi-ai, llm-deepseek).
  • Writes go through settings.mutate and take effect on the next model request, without a restart.
  • Client-only: the host half is empty; the GUI talks to the loopback API gateway exactly like the shipped Models settings page.

Mount (profile web): ~/.dsh/profiles/web/package.json holds the link: dependency, cordis.patch.yml inserts the plugin row.

- insert:
    - id: llm-retry-settings
      name: dsh-llm-retry-settings