From bc6e96697a9efde1e0b1a74b3aae3f45871be841 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Wed, 27 May 2026 22:23:51 +0000 Subject: [PATCH] Remove incorrect oz-skills reference from orchestration docs The oz-skills repo doesn't actually contain orchestration skills, so the reference was misleading. Drop the second sentence in the Oz web app run-creation step. Co-Authored-By: Oz --- .../cloud-agents/orchestration/multi-agent-runs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agent-platform/cloud-agents/orchestration/multi-agent-runs.mdx b/src/content/docs/agent-platform/cloud-agents/orchestration/multi-agent-runs.mdx index 96bc35c7..cbd0cd39 100644 --- a/src/content/docs/agent-platform/cloud-agents/orchestration/multi-agent-runs.mdx +++ b/src/content/docs/agent-platform/cloud-agents/orchestration/multi-agent-runs.mdx @@ -68,7 +68,7 @@ If you need to fan out from a script and want each child linked to a specific pa In the Oz web app's [**Runs** page](https://oz.warp.dev/runs): 1. Click **New run** in the header. -2. Select an environment and, optionally, a skill that performs orchestration. The [oz-skills repo](https://github.com/warpdotdev/oz-skills) includes orchestration skills like review swarms and fan-out runners. +2. Select an environment and, optionally, a skill that performs orchestration. 3. Enter the parent's prompt. Describe both the high-level task and the orchestration shape you want (number of children, parallelism, success criteria). 4. Click **Run**.