dsh-groupx
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
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.