fix(workspace): add missing _sanitize_a2a import in a2a_tools_delegation (#399) #408

Closed
fullstack-engineer wants to merge 1 commits from fix/399-a2a-delegation-missing-import into staging

1 Commits

Author SHA1 Message Date
ae2ba47319 fix(workspace): add missing _sanitize_a2a import in a2a_tools_delegation (#399)
Some checks failed
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 10s
sop-tier-check / tier-check (pull_request) Failing after 12s
audit-force-merge / audit (pull_request) Has been skipped
REGRESSION: Staging commit 8e94c178 (PR #390) added sanitize_a2a_result
calls to _delegate_sync_via_polling but did NOT add the import. Any
delegation completing via the polling path raises NameError at runtime.

One-line fix: add `from _sanitize_a2a import sanitize_a2a_result`.
2026-05-11 06:24:27 +00:00