Customers utilizing agent_buildpack version 0.0.53 (included in AI Services 10.4.3) may observe the following behavior with native Agent-to-Agent (A2A) tasks:
submitted to failed almost immediately (typically within 10–20ms).cf logs) show a 200 OK for the POST /a2a/ request but emit no ERROR, traceback, or debug information regarding the failure./api/chat) and MCP/Skill integrations continue to function correctly.Agent.to_a2a() is deprecated … use fasta2a.pydantic_ai.agent_to_a2a
Product: VMware Tanzu AI Services / Agent Buildpack
Component: Agent-to-Agent (A2A) Executor
A breaking change was introduced in agent_buildpack 0.0.53 as part of an internal refactor of the A2A executor. The legacy Agent.to_a2a() method and the bundled [a2a] extra have been removed from the core integration. Applications still utilizing the legacy pattern will fail to process inbound tasks because the internal routing has moved to the independent fasta2a library.
Engineering is currently investigating the "silent" nature of this failure to ensure better error reporting in future buildpack releases. The fix will be included in an upcoming patch release. In the meantime, avoid agent_buildpack 0.0.53 and use agent_buildpack 0.0.44 or earlier.
Please subscribe to this article to receive notifications as further updates or permanent fixes are released
Deliverables to be included in upcoming patch: