a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-13 03:16:43 +00:00
parent f3f53d3abd
commit 272b998816

View File

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