From 3f01d3992c012595e907f40a2722fcec59612283 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sat, 18 Jul 2026 03:17:01 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agent.py b/agent.py index 085efa0..43c998d 100644 --- a/agent.py +++ b/agent.py @@ -103,6 +103,12 @@ class BrowserQuoteDocument(BaseModel): return cleaned[:160] +class QuoteJudgeState(BaseModel): + """Durable state is stored in managed Postgres; this schema advertises that fact.""" + + persistence: str = "managed_postgres" + + class QuoteJudgeStudioV1(A2AAgent[QuoteJudgeStudioV1Config, PlatformUserAuth]): name = "quote-judge-studio-v1" description = (