From a4e7b322c56374fa005598ec10faad26689a03b1 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Mon, 13 Apr 2026 20:53:31 +0800 Subject: [PATCH] docs: clean up enterprise A2A language --- docs/en/enterprise/features/a2a.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/enterprise/features/a2a.mdx b/docs/en/enterprise/features/a2a.mdx index 0518743f4..e66cbe340 100644 --- a/docs/en/enterprise/features/a2a.mdx +++ b/docs/en/enterprise/features/a2a.mdx @@ -1,6 +1,6 @@ --- title: A2A on AMP -description: Production-grade Agent-to-Agent communication with distributed state, multi-scheme authentication, and horizontal scaling +description: Production-grade Agent-to-Agent communication with distributed state and multi-scheme authentication icon: "network-wired" mode: "wide" --- @@ -66,7 +66,7 @@ A2A on AMP supports passing files and requesting structured output in both direc - Persistent task, context, and result storage that supports horizontal scaling + Persistent task, context, and result storage OIDC, OAuth2, mTLS, and Enterprise token validation beyond simple bearer tokens @@ -89,7 +89,7 @@ A2A on AMP supports passing files and requesting structured output in both direc ## Distributed State Management -In the open-source implementation, task and context state lives in memory on a single process. AMP replaces this with persistent, distributed stores that enable horizontal scaling. +In the open-source implementation, task and context state lives in memory on a single process. AMP replaces this with persistent, distributed stores. ### Storage Layers