AI Agent Hub
Back to plugins
🤖

dsh-llm-retry-settings

Model Inference Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install zeng6125-rgb/dsh-llm-retry-settings

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run dsh plugin install zeng6125-rgb/dsh-llm-retry-settings. Source: https://github.com/zeng6125-rgb/dsh-llm-retry-settings

About this plugin

When using DeepSeek LLM for model inference, network jitter or specific server errors (such as HTTP 400) often lead to request interruptions. While the default retry strategy is basic, it often struggles to handle complex business scenarios, resulting in unnecessary failures or wasted resources.

This plugin provides an intuitive settings card that allows you to finely manage retry behavior. It not only allows overriding core parameters like maximum retry count and initial delay but also supports customizing "retryable error codes," incorporating specific failure states (such as reasoning stream errors) into the retry logic, thereby significantly enhancing system fault tolerance.

This is ideal for developers and operations personnel who need to handle unstable network environments or require high service stability. By adjusting and saving configurations in real-time within the settings, you can quickly optimize the robustness of the inference service without modifying code.

Use Cases

  • Automatically retry requests when facing unstable network connections.
  • Handle specific HTTP error codes returned by the server (e.g., 400).
  • Adjust the maximum retry count for inference tasks to avoid resource waste.

Best For

  • Developers requiring high availability for DeepSeek LLM.
  • DevOps engineers managing model inference services.
  • Technical users who wish to customize error handling logic.