Ge a2ui v09 examples#2086
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new demo agent sample for A2UI v0.9, showcasing Material and custom components with deployment configurations, example templates, and a restaurant finder tool. The review feedback highlights several critical stability and maintainability improvements: adding defensive type-checking in agent_executor.py and tools.py to prevent AttributeError crashes from unexpected client payloads, correcting the Python version requirement in pyproject.toml and README.md from the unreleased 3.14 to >=3.11, and moving the token_stream helper function in agent.py outside of the retry loop to avoid redundant recreation.
0f926f9 to
9b09290
Compare
|
@yuantian-agentspace @suyangw-g this landed with a broken test:
(Which is now failing on main) Do you mind taking a look? |
Description
Gemini Enterprise A2UI v0.9 demo agent to demo GE's capabilities to render Material components and custom components.
Demo agent for Gemini Enterprise.
Pre-launch Checklist
One time:
For this PR:
If you need help, consider asking for advice on the discussion board.