From 7b67617fcb142cf4ee386fcb666755251995dc8b Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 19 Jul 2026 19:59:18 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agent.py b/agent.py index 450b304..72fee51 100644 --- a/agent.py +++ b/agent.py @@ -97,6 +97,10 @@ class HistoryResult(BaseModel): history: list[dict[str, Any]] +class DurableDashboardState(BaseModel): + last_dashboard_id: str | None = None + + class ProductionProofV116HighUtili72553( A2AAgent[ProductionProofV116HighUtili72553Config, PlatformUserAuth] ):