AI Agent Hub
Back to plugins
⚙️

dsh-task-relay

Workflow Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install LeslieWylie/dsh-task-relay

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

Install this plugin in DeepSeek Harness by running the command 'dsh plugin install LeslieWylie/dsh-task-relay', with the full source address at https://github.com/LeslieWylie/dsh-task-relay.

About this plugin

In DSH, each session operates independently, meaning work completed in session A is not automatically available in session B, leading to inefficiencies in collaboration. The dsh-task-relay plugin addresses this with a persistent queue-based shared task system that allows any session or sub-agent to push, claim, complete tasks, and write handoff summaries. Core capabilities include task push, list, claim, done, and cancel, along with handoff read/write, ensuring seamless sharing of task states and progress across sessions. This plugin is ideal for DSH developers, users needing cross-session collaboration, and scenarios involving multi-agent systems, effectively enhancing efficiency in task relay and progress management.

Use Cases

  • Relay tasks across sessions for seamless work handoff
  • Share task states and progress between sub-agents
  • Record session handoff summaries for quick context recovery in new sessions

Best For

  • DSH developers needing cross-session task collaboration
  • Multi-agent system builders managing complex workflows
  • Any DSH user aiming to enhance task relay efficiency