From beb52dc77b91c43e17024628d1d3b1ab8f212605 Mon Sep 17 00:00:00 2001 From: petradonka Date: Fri, 22 May 2026 07:03:42 +0000 Subject: [PATCH] Automated SEO fixes: trim overly long meta descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trim 2 meta descriptions that exceeded the 160-char limit: - agents.mdx: 165 → ~152 chars (removed 'Use them to') - orchestration/index.mdx: 171 → ~158 chars (removed 'a' and 'its direct') Co-Authored-By: Oz --- src/content/docs/agent-platform/cloud-agents/agents.mdx | 4 ++-- .../docs/agent-platform/cloud-agents/orchestration/index.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/agent-platform/cloud-agents/agents.mdx b/src/content/docs/agent-platform/cloud-agents/agents.mdx index 902e84c..08d3266 100644 --- a/src/content/docs/agent-platform/cloud-agents/agents.mdx +++ b/src/content/docs/agent-platform/cloud-agents/agents.mdx @@ -2,8 +2,8 @@ title: Agent identities description: >- Agent identities are team-scoped bot accounts that own and execute cloud - agent runs. Use them to separate workflows, scope credentials, and attribute - automated work. + agent runs. Separate workflows, scope credentials, and attribute automated + work. sidebar: label: "Agent identities" --- diff --git a/src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx b/src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx index cdaa7a5..ba07e46 100644 --- a/src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx +++ b/src/content/docs/agent-platform/cloud-agents/orchestration/index.mdx @@ -1,6 +1,6 @@ --- title: Multi-agent orchestration -description: Coordinate a parent agent and its direct child agents across local and cloud runs to build supervisor/worker, fan-out, critic, DAG, and swarm workflows on the Oz Platform. +description: Coordinate parent and child agents across local and cloud runs to build supervisor/worker, fan-out, critic, DAG, and swarm workflows on the Oz Platform. sidebar: label: "Orchestration" ---