A2UI icon indicating copy to clipboard operation
A2UI copied to clipboard

Results 113 A2UI issues
Sort by recently updated
recently updated
newest added

Let’s restructure the repo so that it tells our story of a modular system with a core specification and multiple consistent renderers, helper libraries, and tools. Here is the proposed...

P1

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...

An agent can continually update components on the client, and ideally we would remove unused components, to avoid leaking memory and retaining data that shouldn't be retained. In v0.8, you...

In [v0.8](https://github.com/google/A2UI/blob/main/specification/0.8/docs/a2ui_extension_specification.md) and the [draft v0.9](https://github.com/google/A2UI/blob/main/specification/0.9/docs/a2ui_protocol.md), we don't describe exactly how A2UI messages fit into A2A. The source of truth is essentially the example agent implementations - see [create_a2ui_part](https://github.com/google/A2UI/blob/e14d693b16ccda6362a8254bd3cc1cf156184ee6/a2a_agents/python/a2ui_extension/src/a2ui/a2ui_extension.py#L29 etc...

In client_to_agent.json etc, we have a line like `"$id": "https://a2ui.org/specification/0.9/client_to_agent.json",`. Let's make sure we actually host this schema at this URL on our site! Same for the other schemas.

I'm having an issue where when I run the restaurant finder app, I get an error like: ``` File "/Users/jsimionato/development/A2UI/a2a_agents/python/.venv/lib/python3.13/site-packages/litellm/llms/vertex_ai/vertex_llm_base.py", line 123, in load_auth raise ValueError("Could not resolve project_id") ValueError:...

There are sometimes buttons (defining "button" loosely) where the visual appearance of the button is entirely the child component. For example, text you can click that triggers some action, or...

Currently, there are 6 places where we refer to the string `https://a2ui.org/ext/a2a-ui/v0.8` after https://github.com/google/A2UI/pull/209 We should have one place, so that it doesn't get out of sync, and in case...

We're seeing weird clipping effects. Perhaps there is a corner radius being set incorrectly somewhere? This is affecting internal clients right now.

lit renderer