diff --git a/src/content/docs/guides/agent-workflows/how-to-run-3-agents-in-parallel-summarize-logs-analyze-pr-modify-ui.mdx b/src/content/docs/guides/agent-workflows/how-to-run-3-agents-in-parallel-summarize-logs-analyze-pr-modify-ui.mdx index 65323e3f..11c1f3cc 100644 --- a/src/content/docs/guides/agent-workflows/how-to-run-3-agents-in-parallel-summarize-logs-analyze-pr-modify-ui.mdx +++ b/src/content/docs/guides/agent-workflows/how-to-run-3-agents-in-parallel-summarize-logs-analyze-pr-modify-ui.mdx @@ -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 @@ -88,3 +88,8 @@ In the demo, we run three parallel workflows: ::: + +### 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.