AI Agent Hub
Back to plugins
⚙️

dsh-session-collaboration

Workflow Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install w210548735-art/dsh-session-collaboration

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

Run dsh plugin install w210548735-art/dsh-session-collaboration in DeepSeek Harness to install the plugin; the source is available at https://github.com/w210548735-art/dsh-session-collaboration .

About this plugin

DeepSeek Harness sessions have no built-in way to collaborate with one another. When running multiple concurrent agent tasks, users tend to copy context by hand between windows, which breaks focus and risks losing information. dsh-session-collaboration fills that gap by enabling explicit, bidirectional context relaying between sessions with no human in the loop.

The plugin integrates a session_delegate model tool, an Agent.steer()-backed relay runtime, and a Web jump card into a single collaboration pipeline. When the model invokes session_delegate, the payload is admitted through the target session's next-step steering path, so the target perceives it as inserted model context rather than a fresh human input. The caller does not need to retype the task in another prompt box. The tool supports synchronous reply-waiting with an automatic return relay, as well as one-way or reverse delivery when the other side is already waiting. In the Web profile, a "Jump to target session" card lets the user switch the current view with a single click.

This bundle is aimed at developers who coordinate multi-session or multi-agent workflows, especially in parallel pipelines across working directories. It mounts as a standalone patch layer, leaves existing user patches untouched, and keeps cross-workspace delivery disabled by default, offering a pragmatic balance between flexibility and operational safety.

Use Cases

  • Coordinate parallel Harness agent sessions so one session injects task context into another and waits for the reply without manual copying
  • Pass relay instructions between sessions by explicit session_id across working directories in a multi-workspace pipeline
  • Switch between caller and target session views with one click via the Web jump card
  • Bidirectional collaboration: the caller awaits the target reply and the assistant text is auto-relayed back into the caller context

Best For

  • DeepSeek Harness developers orchestrating multi-agent parallel workflows
  • Agent-application developers who need cross-session context sharing without manual copy-paste
  • DSH platform users building multi-workspace pipelines that require explicit inter-session communication