A2UI
A2UI copied to clipboard
fix: enhance icon handling, expand contact data, and refine agent action context and UI for contact lookup sample Fixes #386 ## Before ❌: ### Contact Card ### Upon following contact...
While testing the contacts list demo, I found several issues. Listing them down and will raise a PR fixing all of them at once. 1. Incorrect URL for the server...
Hi , I am trying to run the **Restaurant Finder** agent sample locally following the instructions in the README. However, I am encountering a persistent `RESOURCE_EXHAUSTED` error, specifically related to...
Hi! I have added a link to the Korean documentation for Korean developers. This will help more developers in the Korean community access and understand A2UI easily. Changes: Added a...
This is not yet committing to a timeframe, but it is capturing a renderer we should be targeting. Thanks!
Svelte 5 renderer implementation of all the A2UI components following the renderer development guide. This also includes the porting of the restaurant demo app to demonstrate A2UI usage in Svelte.
Currently spec pages ([0.8](https://a2ui.org/specification/v0.8-a2ui/) and [0.9](https://a2ui.org/specification/v0.9-a2ui/)) do not display logo links due to broken links: Update links to point to the `assets` at root. Tested locally via `mkdocs serve`:
### Changes This is a fix for issue: **cant run frontend error in renderers\lit:copy-spec] #315** * **Added `shx` as a devDependency**: Added this cross-platform wrapper to provide Unix shell command...
## Summary Replaces the full embedded A2UI schema in the restaurant finder prompt with a short “A2UI JSON contract”. This keeps format guidance while significantly reducing prompt size and token...
Depends on PR #377 Adds a sample demonstrating A2UI for educational applications with custom components (Flashcard, QuizCard), Vertex AI Agent Engine integration, and OpenStax textbook content retrieval. Includes: - Frontend...