From 272b998816cfca0deec900853bea092faea72d85 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:16:43 +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 585773b..f68a859 100644 --- a/agent.py +++ b/agent.py @@ -577,7 +577,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No step_results.append(result) report = { "integration_id": request.integration_id, - "dry_run": request.dry_run, + "dry_run": dry_run, "allow_network": request.allow_network, "network_calls_made": network_calls, "generated_at": _now(),