Overview of Container Use
mainContainer Use provides sandboxed development environments for coding agents. It leverages Dagger for containerized workflows and Git worktrees for branching.
Key features include:
- Sandboxed Environments: Each agent operates in a fresh container within its own Git branch, allowing multiple agents to run in parallel without conflicts.
- Real-time Visibility: Provides complete command history and logs of agent actions.
- Direct Intervention: Allows users to drop into an agent's terminal to inspect state or take manual control.
- Environment Control: Supports standard Git workflows; users can review an agent's work by running
git checkout <branch_name>.