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