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