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(),