A2UI icon indicating copy to clipboard operation
A2UI copied to clipboard

move a2uitoolset to sdk

Open wrenj opened this issue 1 week ago • 1 comments

move https://github.com/google/A2UI/blob/main/samples/agent/adk/rizzcharts/a2ui_toolset.py with its part converter to sdk here https://github.com/google/A2UI/blob/main/a2a_agents/python/a2ui_extension/src/a2ui/a2ui_extension.py.

it will need tests

also maybe add a eval script to test accuracy and quality of the LLM generated output since it does fail sometimes

I was thinking we could run fixers after generating the a2ui schema to correct common issues. One I noticed was the LLM putting a trailing "," after the last element in a list, which is noncompliant with JSON

wrenj avatar Dec 22 '25 11:12 wrenj