From d3b7e694e594a35c307d6af60af553f904eb0cd4 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:16:59 +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 f68a859..290bbf0 100644 --- a/agent.py +++ b/agent.py @@ -598,7 +598,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No return RunAcceptanceResult( status="blocked" if any(s.status == "blocked" for s in step_results) else "failed" if failed else "ok", integration_id=request.integration_id, - dry_run=request.dry_run, + dry_run=dry_run, audit=audit, warnings=sorted(set(warnings)), residual_risks=["No production deployment, merge, or environment mutation is performed by this agent."],