Skip to content

Commit 04ce946

Browse files
hongyi-chenoz-agent
andcommitted
docs(harnesses): note multi-harness orchestration is in beta
Add a short inline mention on the harnesses overview and the multi-agent orchestration overview that mixing Warp Agent, Claude Code, and Codex inside a single workflow is in beta and available to all users. Kept low-key (no callouts, no separate section) per the existing inline (beta) precedent on Deployment Patterns. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 7231038 commit 04ce946

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/content/docs/agent-platform/cloud-agents/faqs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ The cloud agents platform is intentionally flexible. As the developer, you decid
118118

119119
Interactive agents can plan work and spawn subagents to parallelize tasks. Cloud agents provide the building blocks for running and coordinating multiple concurrent agents, rather than enforcing a fixed workflow.
120120

121+
### Can a single workflow use more than one harness?
122+
123+
Yes. Multi-harness orchestration lets a Warp Agent parent dispatch Claude Code or Codex subagents inside a single workflow. It's in beta and available to all users. See [Harnesses in Oz](/agent-platform/cloud-agents/harnesses/) and [Multi-agent orchestration](/agent-platform/cloud-agents/orchestration/) for the parent/child model.
124+
121125
### Why focus on orchestration primitives instead of immediately adopting new agent standards?
122126

123127
We believe durable infrastructure matters more than transient standards. The cloud agents platform is designed to provide stable building blocks—agent runs, environments, auditability, steering, and coordination—that orchestration frameworks and emerging standards can plug into over time.

src/content/docs/agent-platform/cloud-agents/harnesses/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
label: "Overview"
88
---
99

10-
Oz can run third-party agents — [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/) — as cloud agents alongside Warp Agent. You choose the harness (agent runtime) that fits the task; the platform around the run stays the same.
10+
Oz can run third-party agents — [Claude Code](/agent-platform/cloud-agents/harnesses/claude-code/) and [Codex](/agent-platform/cloud-agents/harnesses/codex/) — as cloud agents alongside Warp Agent. You choose the harness (agent runtime) that fits the task; the platform around the run stays the same. Multi-harness orchestration — using more than one harness in a single workflow — is in beta and available to all users.
1111

1212
## What stays the same
1313

src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The parent and child don't have to run in the same place. Orchestration supports
2727
* **Cloud → cloud** - a cloud parent spawns cloud children that each run in their own environment. This is the canonical pattern for review swarms, large fan-outs, and any orchestration triggered from Slack, Linear, a schedule, or the API.
2828
* **Cloud → cloud-local** - a cloud parent spawns children that run inside the parent's own cloud environment, rather than each child getting its own environment. Useful when children need to share state with the parent (a filesystem, a long-running process, a shell session) or when spinning up an environment per child would be wasteful.
2929

30-
Children can also run with a different agent runtime than the parent. A parent running with the default Warp Agent can spawn children that run with [Claude Code](/agent-platform/cli-agents/claude-code/) or [Codex](/agent-platform/cli-agents/codex/), and vice versa.
30+
Children can also run with a different agent runtime than the parent. A parent running with the default Warp Agent can spawn children that run with [Claude Code](/agent-platform/cli-agents/claude-code/) or [Codex](/agent-platform/cli-agents/codex/), and vice versa. Multi-harness orchestration is in beta and available to all users.
3131

3232
## Run state transitions
3333

0 commit comments

Comments
 (0)