From a5da139e604867ca254b760158be95979029279c Mon Sep 17 00:00:00 2001 From: a2a-code-editor Date: Sat, 18 Jul 2026 04:56:28 +0000 Subject: [PATCH] code editor: Agent Studio improvement iteration 1 for `quote-judge-studio-v1`. Goal: --- agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent.py b/agent.py index c581fc2..f08476d 100644 --- a/agent.py +++ b/agent.py @@ -8,6 +8,7 @@ Deterministic, no-LLM quote comparison product: """ from __future__ import annotations +import asyncio import base64 import csv import hashlib @@ -87,7 +88,7 @@ class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]): "and warranty scoring, persists recommendations, supports upload/paste " "workflows, and exposes typed A2A/MCP tools." ) - version = "0.1.0" + version = "0.1.1" config_model = QuoteJudgeStudioV1Config auth_model = PlatformUserAuth