A2UI
A2UI copied to clipboard
Surface accepts `enableCustomElements` but wasn't passing it to the child ``. This prevents custom components from rendering when using the Surface wrapper. All other container components (List, Card, Column, Row,...
添加vite作为开发依赖,用于构建工具链优化。同时将wireit的copy-spec命令从简单的shell命令重构为使用Node.js脚本实现,提升跨平台兼容性和可维护性。 脚本copy-spec.js实现了JSON文件的递归复制功能,并添加了错误处理和日志输出。
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...
## Summary The Lit renderer build currently relies on `mkdir -p` and `cp`, which fail on Windows. This replaces that step with a small Node script so `npm run build`...
## Summary Fixes an off-by-one error in datetime input renderers (Lit and Angular). In JavaScript, `Date.getMonth()` is zero-based (January = 0), which caused rendered month values to be incorrect. ##...
if you are developing LINE chatbot, feel free to use the basic demo. https://github.com/roboticsocialism/A2UI4LINE
Border-radius utility classes were causing unintended clipping by unconditionally applying `overflow: hidden`. Fix #208 ## Change Modified `.border-br-{n}` class generation in `renderers/lit/src/0.8/styles/border.ts`: ```diff - .border-br-${idx} { border-radius: ${idx * grid}px;...
Hi, We suggest to add `"additionalProperties": false` in the schema definition based on https://tour.json-schema.org/content/03-Objects/02-Additional-Properties It allows simpler validation parsing of the A2UI items by the agent before sending them to...
Original PR here: https://github.com/google/A2UI/pull/274 Unsure why it closed. Had to make an entirely new fork to remake a new PR Adds an app called A2UI-Composer which generates a2ui widgets. Available...
##Problem## The A2UI sample running in a Windows shell can get this, while using a different codec ##Solution## Set the encoding parameter while opening the xxx_data.json file