From d6cf6f84ada8a291cd6f7e68bfbe655d50024464 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Wed, 26 Aug 2026 14:33:25 +0800 Subject: [PATCH] docs(a2a): lower business agent Python prerequisite to 3.10 --- a2a/business_agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/business_agent/README.md b/a2a/business_agent/README.md index 54c32f55..090d9bcc 100644 --- a/a2a/business_agent/README.md +++ b/a2a/business_agent/README.md @@ -20,7 +20,7 @@ Example agent implementing A2A Extension for UCP ### Pre-requisites: -1. Python 3.13 +1. Python 3.10+ 2. UV 3. Gemini API Key (The agent uses Gemini model to generate responses)