Summary
Let users spin up multiple sandbox pods that coordinate as a Claude Code team/swarm, with visual controls in the UI.
Details
Claude Code supports team/swarm features where multiple agents collaborate. Remolt could provide the visual coordination layer:
- One tab per agent in the tmux tab bar
- Spawn additional agents from the UI
- See agent status (working/idle/blocked) at a glance
- Shared filesystem between agents (or separate pods with shared volume)
Implementation
Considerations
- Resource multiplier: N agents = N pods = N× CPU/memory/bandwidth
- Coordination: how do agents discover each other?
- User control: ability to stop/restart individual agents
- Cost implications for users
Summary
Let users spin up multiple sandbox pods that coordinate as a Claude Code team/swarm, with visual controls in the UI.
Details
Claude Code supports team/swarm features where multiple agents collaborate. Remolt could provide the visual coordination layer:
Implementation
Considerations