code editor: Agent Studio improvement iteration 1 for quote-judge-studio-v1. Goal:
This commit is contained in:
3
agent.py
3
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
|
||||
|
||||
Reference in New Issue
Block a user