From 4239bcd1c0a80d55bdd85ec8d8913585c9eec15f Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 03:16:25 +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 537c6bd..edfce6b 100644 --- a/agent.py +++ b/agent.py @@ -538,7 +538,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No return ValidateContractResult( status="failed" if drift and request.fail_on_drift else "ok", integration_id=request.integration_id, - dry_run=request.dry_run, + dry_run=dry_run, audit=audit, warnings=[] if not drift else ["contract drift detected; inspect contract-report.json before handoff"], residual_risks=[] if not drift else ["fixtures are deterministic and bounded; live provider behavior still requires caller-controlled staging verification"],