From 22e6d2f9b960b9dca00e97b3864eec00e5eca6d0 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:17:17 +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 e712105..4350192 100644 --- a/agent.py +++ b/agent.py @@ -642,7 +642,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No return PrepareHandoffResult( status="blocked" if approval_required and not approval_valid else "ok", integration_id=request.integration_id, - dry_run=request.dry_run, + dry_run=dry_run, audit=audit, warnings=warnings, residual_risks=["Operators must execute rollout or rollback in caller-controlled systems outside this agent."],