Skip to content

Multi-agent workspaces #16

Description

@nthh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    majorMajor effort, high complexity

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions