dsh-llm-rate-limit
LLM API rate limiting, concurrency control, queuing, and adaptive cooldown for DeepSeek Harness
4 results
LLM API rate limiting, concurrency control, queuing, and adaptive cooldown for DeepSeek Harness
DSH plugin that auto-retries failed API requests — when third-party APIs return errors (rate limiting, service unavailable, etc.), intercepts and retries to keep the conversation going. Supports auto/manual mode with configurable status codes and error codes.
Patch DSH to use opencode User-Agent instead of deepseek-harness to avoid rate limit discrimination on opencode.ai
Patient auto-retry for DeepSeek Harness: honor the upstream gateway's retry_after_seconds on a 429 capacity cooldown instead of giving up after two fast retries, wait out the mislabeled modality 400 a saturated gateway replays from its client-error circuit, and journal every wait as the built-in's own llm/retry records so the console renders its live countdown card. Optional floating countdown badge included.