a2a-source-edit: write agent.py
This commit is contained in:
4
agent.py
4
agent.py
@@ -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]
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user