From 68f92711bc4626a5b21bd3e64b4429ecd3041a51 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 02:50:39 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 13fafb0..0d8354b 100644 --- a/agent.py +++ b/agent.py @@ -831,7 +831,7 @@ class ProductionIncidentCommander(A2AAgent[CommanderConfig, NoAuth]): incident_id: Annotated[str, Field(pattern=INCIDENT_ID_RE)], include_customer_summary: bool = True, include_action_items: bool = True, - ) -> Postmortem: + ) -> dict[str, Any]: await emit_phase(ctx, "postmortem", status="started") diagnosis: IncidentDiagnosis | None = None try: