From 22b7da98e0384db2359988fcb148fda682ba2883 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 02:55:01 +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 818a5bd..1a37a99 100644 --- a/agent.py +++ b/agent.py @@ -877,7 +877,7 @@ class ProductionIncidentCommander(A2AAgent[CommanderConfig, NoAuth]): await workspace_write_json(ctx, f"outputs/incidents/{incident_id}/execution.json", result) return result.model_dump(mode="json") - @a2a.tool(description="Verify recovery using user-visible checks and metrics. Never marks recovered unless required checks pass.", timeout_seconds=900, cost_class="incident-verification", grant_mode="read_write_overlay", grant_write_prefixes=("outputs/incidents/",), grant_allow_patterns=("outputs/incidents/**",)) + @a2a.tool(description="Verify recovery using user-visible checks and metrics. Never marks recovered unless required checks pass.", input_schema=VERIFY_INPUT_SCHEMA, timeout_seconds=900, cost_class="incident-verification", grant_mode="read_write_overlay", grant_write_prefixes=("outputs/incidents/",), grant_allow_patterns=("outputs/incidents/**",)) async def verify_recovery( self, ctx: RunContext[NoAuth],