DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-rate-limiter

Proactive per-provider token bucket rate limiter for DeepSeek Harness.

Terminal & TUIDeveloper Tools
2GitHub Stars4ForksUpdated2026-09-12

Install

$ dsh plugin --profile web add @xidong-ai/dsh-rate-limiter

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-rate-limiter is an installable DeepSeek Harness plugin that provides proactive, concurrency-safe token bucket rate limiting on model requests per upstream provider. Instead of rejecting requests or triggering 429 Too Many Requests errors from LLM providers, it delays and queues requests before dispatch while honoring user abort signals.

Key Capabilities

  • Per-provider token bucket rate limiting configured by refill rate and burst capacity
  • Pre-dispatch request queuing with delayed execution instead of rejection
  • Pass-through operation for unconfigured model providers
  • AbortSignal awareness to interrupt queued waiting when a user cancels an operation
  • Mounts onto the agent/request pipeline without modifying payload content or routing

Useful For

  • Preventing upstream 429 Too Many Requests errors when using rate-constrained LLM APIs
  • Coexisting alongside retry plugins like dsh-llm-retry for balanced throttling and fallback recovery
  • Enforcing smooth burst limits across multiple concurrent agents on a single profile

Who It Fits

  • DeepSeek Harness developers using rate-limited API keys or strict provider quotas
  • Engineers orchestrating automated agent pipelines requiring traffic shaping

Documented Limitations

  • Requires Node.js >= 22 as specified in engine constraints
  • Rate limits apply only to providers explicitly configured in cordis.patch.yml or profile settings

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 1 runtime, 8 development, 6 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
Xidong-AI/dsh-rate-limiter
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
594300e · 2026-09-19

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
4
Open issues
1
Last commit
2026-09-12
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app