From 6382d453562b010c63e3680c01615787982b17ba Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 02:30:24 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 6a1bdbb..8b4b396 100644 --- a/agent.py +++ b/agent.py @@ -45,7 +45,7 @@ DEEPAGENTS_RECURSION_LIMIT = 500 class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, {{ auth_type }}]): name = "quote-judge-studio-v1" - description = "QuoteJudge compares vendor quotes with weighted price, delivery, and warranty criteria, persists recommendations, and serves a one-page React studio." + description = "QuoteJudge compares vendor quotes with weighted price, delivery, and warranty scoring, persists recommendations per platform user, and serves a one-page React product UI." version = "0.1.0" config_model = QuoteJudgeStudioV1Config