Sandbox demo

Parallel Agents Across Workspaces

The Manager's superpower — several agents at once, kept safe by disjoint working sets.

The Agent Manager runs several agents at once, each bound to its own workspace — different repos, or the same repo split across git worktrees so agents can't collide. Fan out work that's genuinely independent; keep anything touching shared files serial. The tax on getting this wrong is merge conflicts, and the reconciliation usually costs more than the parallelism saved.

Sandbox transcript
Antigravity · sandbox replay
Press Play to replay this transcript step-by-step.
0 / 7

The transcript is canned — no real API calls. The point is to internalize the loop: user → plan → tool → result → answer.

Check your understanding
Q1. What makes it safe to run several agents in parallel on the same repo?
· Score 100% on the quiz.