a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-18 03:25:05 +00:00
parent 2448a9350f
commit eaf5a5c1e4

View File

@@ -115,7 +115,7 @@ class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]):
"QuoteJudge compares vendor quotes with weighted price, delivery, and "
"warranty scoring, persists per-user comparisons, and serves a one-page product UI."
)
version = "0.1.0"
version = "0.1.1"
config_model = QuoteJudgeStudioV1Config
auth_model = PlatformUserAuth