a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-19 19:59:18 +00:00
parent 658c764ed4
commit 7b67617fcb

View File

@@ -97,6 +97,10 @@ class HistoryResult(BaseModel):
history: list[dict[str, Any]] history: list[dict[str, Any]]
class DurableDashboardState(BaseModel):
last_dashboard_id: str | None = None
class ProductionProofV116HighUtili72553( class ProductionProofV116HighUtili72553(
A2AAgent[ProductionProofV116HighUtili72553Config, PlatformUserAuth] A2AAgent[ProductionProofV116HighUtili72553Config, PlatformUserAuth]
): ):