a2a-source-edit: write agent.py
This commit is contained in:
2
agent.py
2
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."],
|
||||
|
||||
Reference in New Issue
Block a user