Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In the demo, we run three parallel workflows:
2. #### Monitor all agents

The **task pane** in Warp shows all running agents.\
You can view plans, progress, and results live without interrupting other tasks.
You can view plans, progress, and results live without interrupting other tasks. To track these runs across your account and team in real time, including cloud agent runs, open the [Agent Management Panel](/agent-platform/cloud-agents/managing-cloud-agents/) in the Warp app.

3. #### Review results

Expand All @@ -88,3 +88,8 @@ In the demo, we run three parallel workflows:
:::

</Steps>

### Next steps

* [How to run multiple AI coding agents](/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/) - Decompose tasks, assign Git worktrees, validate output, and hand off branches or PRs for review.
* [Multi-agent orchestration](/agent-platform/cloud-agents/orchestration/) - Fan parallel work out to cloud child agents when a task is too large or slow to run locally.
Loading