v0.13.0 — A2UI (Agent-to-UI) Integration
·
135 commits
to master
since this release
Highlights
🖼️ A2UI (Agent-to-UI) — Declarative UI composition for agents. 18 component factories, expression operators (| Row, >> Column), data binding, validation, and 5 preset surfaces. Full cross-namespace integration: .ui(), T.a2ui(), G.a2ui(), P.ui_schema(), S.to_ui(), C.with_ui().
📦 Install: pip install adk-fluent (A2UI ships with core; full toolset coming via pip install adk-fluent[a2ui])
See CHANGELOG.md for the full list of changes.
What's Changed
- feat: add 6 user-facing agent skills mirroring ADK docs skills by @vamsiramakrishnan in #81
- style: elevate docs visual design with premium theming and interactions by @vamsiramakrishnan in #82
- style: integrate diagram reference pages with docs theme by @vamsiramakrishnan in #83
- docs: overhaul agent skills and DevEx tooling documentation by @vamsiramakrishnan in #84
- docs: add A2UI integration research and design plan by @vamsiramakrishnan in #85
- chore: release v0.13.0 — A2UI integration by @vamsiramakrishnan in #86
Full Changelog: v0.12.1...v0.13.0