Skip to content

Guides > Agent workflows

Run multiple agents at once with Warp

Open in ChatGPT ↗
Ask ChatGPT about this page
Open in Claude ↗
Ask Claude about this page
Copied!

Run multiple agent tasks simultaneously in Warp — revert PRs, edit shortcuts, and add tests across repos without losing context.

Sometimes you need to work on several coding tasks at once — fix a PR, add a feature, debug a build — without losing context.

Warp lets you run multiple agent tasks simultaneously, all within one workspace.


Each agent runs in its own thread, complete with:

  • Progress tracking
  • Notifications when blocked or completed
  • Separate command histories

Because Warp is a desktop app, it can send system notifications to alert you when an agent finishes or when it needs review. To set up notifications for Claude Code, Codex, and OpenCode, see Agent notifications.


3. Example: reverting a PR and editing a shortcut

Section titled “3. Example: reverting a PR and editing a shortcut”

Ben uses voice mode to quickly start tasks.

Prompt Example:
“Find the PR where we added the keyboard shortcut to the UDI input and revert it.”

He pastes in the PR number, and the agent:

  • Locates the relevant diff
  • Reverts the change automatically
  • Pushes it to the correct branch

Warp notifies him when the task completes.

Then, he runs another prompt:

Prompt Example:
“Change the keyboard shortcut to Cmd+Shift+I.”

Warp modifies input.rs, previews the diff, and Ben applies the change directly from Warp.


You can switch between concurrent agents:

  • Each task appears in a Task List panel
  • Completed, canceled, and running tasks are color-coded
  • Toast notifications appear when tasks are blocked

You can even fast-forward agents to auto-approve all code diffs once you trust their trajectory.


In another repo, Ben adds a new Eval test via a different agent:

Prompt Example:
“Create a Python hello world function and verify it prints ‘Hello World.’”

Warp’s second agent:

  • Locates the correct file
  • Writes the test code
  • Verifies execution

Meanwhile, the first agent continues working on the keyboard shortcut task.


Open the Agent Mode Dashboard to see:

  • Active tasks
  • Completed tasks
  • Logs and outputs

You can refine or cancel tasks mid-run if needed, or switch back to manual commands. To track these runs across your account and team, including cloud agent runs, open the Agent Management Panel in the Warp app.

For a workflow-oriented setup guide that covers task decomposition, worktrees, cloud orchestration, validation, and review handoff, see How to run multiple AI coding agents.