A2UI icon indicating copy to clipboard operation
A2UI copied to clipboard

Ensure a2ui data part can represent multiple changes applied atomically

Open jacobsimionato opened this issue 3 weeks ago • 5 comments

A "Part" is the atomic unit of a message that can be streamed by an agent across A2A.

In A2UI, we want to make sure that an agent can atomically apply any possible update to the UI, ideally avoiding introducing a "Commit" message etc, because that adds complexity to the spec.

E.g. perhaps we want to wrap the entire server_to_client message schema in an array?

jacobsimionato avatar Dec 07 '25 23:12 jacobsimionato