What it does
Background Agents turns long work into something you start and then leave alone. It launches durable continuable child agents through the official subagent seam, shows their progress in the Web UI sidebar, and lets you message or interrupt any of them while they run.
Key features
- Durable child agents that survive a page reload
- Sidebar progress view for every running agent
- Message a running agent to steer it
- Interrupt without killing the parent session
- Built on the official subagent seam rather than a private mechanism
Install
dsh plugin --profile web add dsh-background-agents@0.9.5
Compatibility notes
Early release with a small user base. Pin the version, and read the source if you plan to run unattended agents on shared infrastructure.