From 66a1bbaf5b3a497ee918ba54e8d3b7a6958ac042 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 02:50:19 +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 63c9f98..89afccd 100644 --- a/agent.py +++ b/agent.py @@ -657,7 +657,7 @@ class ProductionIncidentCommander(A2AAgent[CommanderConfig, NoAuth]): evidence_paths: Annotated[list[str], Field(default_factory=list)] = [], diagnostic_targets: DiagnosticTargets | None = None, constraints: Annotated[list[str], Field(default_factory=list)] = [], - ) -> IncidentDiagnosis: + ) -> dict[str, Any]: started = time.monotonic() await emit_phase(ctx, "intake", started=started) targets = diagnostic_targets or DiagnosticTargets()