dsh-task-queue
by nicecx · nicecx/dsh-task-queue
★ 0 Stars
⑂ 0 Forks
Updated: Sep 3, 2026
MIT
Python
Original language: English
About
Tiered task queue as the single source of truth for DSH↔Hermes work (reset > approve > review): enqueue tools for all submission paths, lease/claim model with concurrency 1, priority aging against starvation, atomic busy mutex, and a Hermes-side consumer (cron */1 + monitor gating) that drains tasks, writes review-handoff requests with single-slot checks, and invokes the reset agent.
Similar plugins
by drscrewdriver
Busy-time input queue for the DeepSeek Harness web GUI: three-tier (now/next/later) planning, queue editing with drag-to-reorder and concurrency protection, interject (steer) and interrupt, batch clea
★ 3
↓ 541/wk
MIT
TypeScript
Sep 12, 2026
dsh plugin --profile web add dsh-input-trafficby cofy-x
Scheduled tasks (cron) for DeepSeek Harness: model- and human-callable scheduling that fires followup/inject into agent sessions
★ 3
↓ 436/wk
MIT
TypeScript
Sep 11, 2026
dsh plugin --profile web add @cofy-x/dsh-cronby KelaoHu
Time-shifting task delegation for DeepSeek Harness (dsh): plan tasks at leisure, they run unattended off-peak, come back to a report. Human-adjudicated, desktop + web.
★ 157
↓ 358/wk
MIT
TypeScript
Sep 11, 2026
dsh plugin --profile web add dsh-lowtideby monotykamary
Durable dependency-graph task factory for DeepSeek Harness: recurring Agent work, safe checkout lanes, first-class queues, Triage, and artifacts.
★ 4
MIT
TypeScript
Sep 2, 2026
dsh plugin --profile web add dsh-factoryby yangdongzhen590
Cron task scheduler for DeepSeek Harness: scheduled sessions with your prompt, workspace-aware placement, paginated execution history, open-session from the panel.
★ 3
MIT
TypeScript
Sep 9, 2026
dsh plugin --profile web add dsh-schedulerby keyiadiannao
Queue Consolidation for DeepSeek Harness: merge queued follow-up messages into one consolidated formal prompt for the next turn instead of piecemeal one-message-per-turn rework.
★ 0
MIT
TypeScript
Aug 20, 2026
dsh plugin --profile web add dsh-queue-merge