Add agent development guide to leverage the agent SDK#730
Merged
gspencergoog merged 1 commit intogoogle:mainfrom Feb 26, 2026
Merged
Add agent development guide to leverage the agent SDK#730gspencergoog merged 1 commit intogoogle:mainfrom
gspencergoog merged 1 commit intogoogle:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new markdown document, a2a_agents/python/a2ui_agent/agent_development.md, which serves as a guide for developing AI agents that generate A2UI interfaces using the a2ui_agent SDK. The guide covers core concepts, message generation, and use cases. The PR also includes updates to the CONTRIBUTING.md file to include a reference to the style guide. I have provided feedback to improve the clarity and correctness of the guide.
wrenj
reviewed
Feb 26, 2026
wrenj
reviewed
Feb 26, 2026
wrenj
reviewed
Feb 26, 2026
wrenj
reviewed
Feb 26, 2026
wrenj
reviewed
Feb 26, 2026
a2a_agents/python/a2ui_agent/src/a2ui/extension/send_a2ui_to_client_toolset.py
Show resolved
Hide resolved
wrenj
reviewed
Feb 26, 2026
wrenj
approved these changes
Feb 26, 2026
jgindin
reviewed
Feb 26, 2026
wrenj
reviewed
Feb 26, 2026
a2a_agents/python/a2ui_agent/src/a2ui/inference/schema/manager.py
Outdated
Show resolved
Hide resolved
It also updates the method name from `get_effective_catalog` to `get_selected_catalog` to remove any confusion. The `fix` method is renamed to `validate_and_fix` to be more clear.
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.
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.