From 1764f987834ecd7a374bd9d15878d5319feb4c1c Mon Sep 17 00:00:00 2001 From: a2a-code-editor Date: Sat, 18 Jul 2026 06:19:47 +0000 Subject: [PATCH] code editor: Agent Studio improvement iteration 1 for `quote-judge-studio-v1`. Goal: --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 40ec562..86b50f2 100644 --- a/agent.py +++ b/agent.py @@ -127,7 +127,7 @@ class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]): "scoring, persists per-user comparisons, supports browser uploads, and serves " "a polished packed product UI." ) - version = "0.1.0" + version = "0.1.1" config_model = QuoteJudgeStudioV1Config auth_model = PlatformUserAuth