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."],