DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-concurrency-guard

Concurrency monitor, FIFO queue gate, and session-level limiter for DeepSeek Harness LLM streams.

VisionUI & ProductivityDeveloper ToolsSkills & WorkflowsRemote Execution
3GitHub Stars0ForksUpdated2026-09-01

Install

$ dsh plugin --profile web add dsh-concurrency-guard

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-concurrency-guard is a DeepSeek Harness plugin that intercepts the `llm/stream` pipeline to track and rate-limit inflight LLM requests across main conversations, subagents, compression, title generation, and other plugins. It provides a FIFO concurrency gate with fail-open fallback to prevent upstream rate-limit (429) bans, per-session concurrency controls with root-session resolution, a WebUI dashboard, and HTTP/tool inspection endpoints.

Key Capabilities

  • Comprehensive monitoring across all LLM stream requests by hooking llm/stream
  • Categorizes traffic by source: main session, subagent, plugin, compaction, or session title
  • Configurable global and session-level FIFO concurrency gating with fail-open fallback
  • Real-time session-level concurrency throttling linked to root session trees
  • Integrated WebUI dashboard showing live watermarks, error breakdowns, and session activity
  • Persisted statistics across host restarts with error grouping and interruption detection
  • HTTP REST endpoints and LLM tool interfaces (concurrency_status, concurrency_session_list, concurrency_session_set)

Useful For

  • Preventing upstream provider API bans or 429 rate limits caused by concurrent subagent spawning or heavy workloads
  • Real-time visibility into inflight model calls, error classifications, and conversation activity
  • Throttling or pausing specific high-traffic sessions without restarting the DSH host

Who It Fits

  • DeepSeek Harness users running multiple autonomous subagents or concurrent workflows
  • Developers needing granular rate-limiting and stream interruption analytics on LLM endpoints

Documented Limitations

  • Operates as a single-process gate; multiple running DSH processes track concurrency independently
  • Direct browser-to-provider connections bypassing DSH llm/stream cannot be monitored or gated
  • Detailed upstream error payloads not exposed by DSH LlmFailure protocol cannot be extracted

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.

No automated security signals have been published yet.

Source & Registry Notes

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

Source repository
fu827707013/dsh-concurrency-guard
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
8301e82 · 2026-09-03

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
3GitHub stars
Forks
0
Open issues
0
Last commit
2026-09-01
Last release
2026-09-01
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