feat: Upgrade A2UI examples to v0.9 schema#751
Merged
nan-yu merged 5 commits intogoogle:mainfrom Mar 3, 2026
Merged
Conversation
Collaborator
Author
|
Next step: run validations on the v0.9 examples -> Done
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request upgrades A2UI examples to the v0.9 schema by adding new v0.9 example files, renaming the old v0.8 files, and introducing a migration script. The agent code is also updated to be version-aware, though it remains pinned to v0.8 for now. The changes are extensive and generally look correct. My review focuses on the new migration script (migrate_v08_to_v09.py), where I've identified a few potential issues that could lead to crashes or incorrect output, along with some suggestions to improve its robustness and structure.
It updates the ADL sample examples to v0.9 schema and adds validation tests.
Collaborator
Author
|
Added CI that validates the examples with the v0.9 schemas. |
6 tasks
gspencergoog
pushed a commit
that referenced
this pull request
Mar 3, 2026
nan-yu
added a commit
that referenced
this pull request
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #700
Description
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.
Pre-launch Checklist
If you need help, consider asking for advice on the discussion board.