a2a-source-edit: write agent.py

This commit is contained in:
a2a-cloud
2026-07-13 03:31:19 +00:00
parent bbed1297b2
commit b970ecdcc2

View File

@@ -562,7 +562,7 @@ class CustomerIntegrationEngineer(A2AAgent[CustomerIntegrationEngineerConfig, No
drift_detected=drift, drift_detected=drift,
) )
@a2a.tool(description="Run dry-run or allowlisted acceptance checks using endpoint metadata and secret references", input_schema=_ACCEPTANCE_INPUT_SCHEMA, timeout_seconds=180, idempotent=True, max_retries=0, cost_class="deterministic", grant_outputs_prefix="outputs", grant_write_prefixes=("outputs/integrations",)) @a2a.tool(description="Run dry-run or allowlisted acceptance checks using endpoint metadata and secret references", input_schema=_PUBLIC_REQUEST_SCHEMA, timeout_seconds=180, idempotent=True, max_retries=0, cost_class="deterministic", grant_outputs_prefix="outputs", grant_write_prefixes=("outputs/integrations",))
async def run_acceptance(self, ctx: RunContext[NoAuth], request: RunAcceptanceRequest) -> RunAcceptanceResult: async def run_acceptance(self, ctx: RunContext[NoAuth], request: RunAcceptanceRequest) -> RunAcceptanceResult:
dry_run = _effective_dry_run(self, request.dry_run) dry_run = _effective_dry_run(self, request.dry_run)
live_network_block = _live_network_unavailable_reason(self) live_network_block = _live_network_unavailable_reason(self)