SubgroupX
by n-WN
Durable, remote-hosted multi-agent sessions you can run anywhere
Summary
Hosts multi-agent sessions that run wherever you point them — cloud sandboxes, SSH hosts, or machines without public IPs. Uses a durable session model so agents and their state persist across reloads and supports installing the UI as a PWA for remote control. Distinctive features include remote execution targets, multi-agent orchestration, and session durability for long-running workflows like pentesting or chained automation. This architecture is informed by the Supervisor Pattern and the Market-Based Coordination Pattern.
Why It Matters
When to Use
Teams wanting to run and evaluate multi-agent workflows on private hosts or air-gapped machines while preserving session state and logs. This setup also benefits from the Agent Registry Pattern for managing agents.
How It's Used
- Run pentesting or infrastructure automation agents on internal hosts without exposing secrets
- Persist long-running multi-agent workflows across browser reloads and device changes
- Evaluate agent behavior in realistic, network-restricted environments to reproduce failures
- Operate a PWA control plane for distributed agent sessions across cloud and on-prem targets