AI Agent Hub
Back to plugins
⚙️

dsh-groupx

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Harzva/dsh-groupx

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

Run dsh plugin install Harzva/dsh-groupx in DeepSeek Harness to install; source code is available at https://github.com/Harzva/dsh-groupx

About this plugin

Local multi-agent frameworks like GroupX typically ship their own CLI or a standalone web UI, so collapsing everything into a single DSH workspace used to be a manual, tab-heavy affair. dsh-groupx closes that gap: it embeds your local GroupX multi-agent room directly inside DSH Web, letting you monitor agents and send messages without bouncing between terminals and browser tabs.

Under the hood the plugin talks to GroupX over a loopback-only Host bridge (defaulting to 127.0.0.1:4310) and surfaces an agent roster, live status, recent semantic events, and active Turn summaries. Message routing is explicit and safe: you address one or many agents via the to[] field, while sender-spoofing fields and non-loopback origins are rejected at the boundary. Even when GroupX is offline or version-incompatible, DSH boots cleanly and the tab degrades gracefully.

The plugin is aimed at developers who already run a local GroupX multi-agent workflow and want agent oversight and messaging folded into the DSH workbench. If your day-to-day operations are purely CLI- or standalone-web-based, it saves you from maintaining a second UI. If you need cross-platform or cloud-agent orchestration, review the project-boundary documentation before adopting.

Use Cases

  • Consolidate local agent roster, live status, and semantic events in DSH Web
  • Route explicit messages to one or many GroupX agents via the to[] field
  • Gracefully degrade when GroupX is offline so DSH stays fully operational

Best For

  • Developers already running a local GroupX multi-agent workflow
  • Engineers who want agent oversight folded into DSH to cut tab-switching
  • Teams that value loopback-only boundaries and keep data on the machine