#a2ui
Render A2UI surfaces in your app.

developer.android.com/develop/ui/c...
Render A2UI surfaces in your app  |  Jetpack Compose  |  Android Developers
Render A2UI surfaces in your Jetpack Compose app.
developer.android.com
September 25, 2026 at 10:49 AM
Using new Jetpack Compose A2UI library to show UI (cards, charts, tabs etc) generated by a Koog based AI agent in the ClimateTrace sample, including custom components and handling user actions @androiddevs.bsky.social johnoreilly.dev/posts/a2ui-c...

Really cool to see these capabilities emerging!
Rendering AI agent generated UI using Jetpack Compose A2UI and Koog
A2UI is a protocol that allows an AI agent to describe a user interface as JSON which the client then renders using its own native components (the agent can only make use of components from a “catalog...
johnoreilly.dev
September 24, 2026 at 4:14 PM
a2ui.org was designed for this
A2UI
A2UI, a streaming protocol for Agent-Driven User Interfaces
a2ui.org
July 24, 2026 at 5:32 PM
Build secure agentic workflows without iframe lag. Combining Agent to User Interface and Model Context Protocol Apps balances native rendering with custom iframe flexibility.

📦 A2UI over MCP for native layout
🎮 MCP Apps in A2UI for stateful modules
📝 A2UI in MCP Apps for branded app experiences
June 18, 2026 at 5:30 PM
Web components are perfect for on-demand UIs like this!

I'm happy to see that Google is launching A2UI out-of-the-gate with Lit support. It makes sense: Lit doesn't require any custom build system and was almost certainly the easiest thing to integrate.

developers.googleblog.com/introducing-...
Introducing A2UI: An open project for agent-driven interfaces- Google Developers Blog
A2UI is an open-source project for agent-driven, cross-platform generative UI. It uses a secure, declarative format for agents to safely render UIs.
developers.googleblog.com
December 15, 2025 at 7:41 PM
✨ An agent that answers with an interface, not a wall of text.

📅 A form that sends your input back to the agent;

📊 Jupyter output as an A2UI surface, buttons that send your click to the code.

🎬 90 s, 🔓 open source → github.com/datalayer/agent-runtimesabout:blank#blocked

#A2UI #Jupyter
September 23, 2026 at 2:02 PM
With generative UI, you can create truly dynamic, user-centric experiences. You really don't want to miss our latest blog post on A2UI.

We dive into using the new A2UI protocol from the Angular developer's perspective. 🚀

Catch up here: goo.gle/3Sndfig
Demystifying A2UI: How to Make AI Agents "Speak UI" in Your App
I've spent a fair amount of time experimenting with A2UI, a protocol for building agentic interfaces. Why? Quite simply, because I think...
goo.gle
July 2, 2026 at 4:00 PM
A2UI: Agent-to-User Interface
GitHub - google/A2UI
Contribute to google/A2UI development by creating an account on GitHub.
github.com
January 29, 2026 at 5:36 AM
A2UI v0.9 is the new standard for portable Generative UI, allowing your agents to natively "speak" UI directly to your existing frontends.

✨ React, Flutter, & Angular support
🐍 Python SDK via pip install
⚡ High-performance streaming
🛠️ Design system integration

Learn more: goo.gle/3Oug7bi
A2UI v0.9: The New Standard for Portable, Framework-Agnostic Generative UI- Google Developers Blog
Discover A2UI v0.9, the framework-agnostic standard for Generative UI. Learn how the new Agent SDK, shared web-core library, and cross-platform renderers allow AI agents to drive your existing design system on any device with low-latency streaming.
goo.gle
April 17, 2026 at 4:35 PM
I've been working with #A2UI recently, and I have mixed feelings.
As an interface boundary, its great.
In practice, it highlights how badly we need a standard protocol for talking to agents.
- Using #A2A, a2ui content is signaled by mime type
- otherwise, its just wrapped in tags 🤢
September 24, 2026 at 4:45 PM
A2UI debugger

I quickly prototyped a tool for A2UI that helps you:
‣ Time travel through the stream of messages
‣ Explore the internal state of the UI structure
‣ Preview a rendered representation
‣ Expand the structure of a single message

Give it a try github.com/mgechev/a2ui...
February 4, 2026 at 8:57 PM
It feels like there’s a new AI agent protocol every month! 🤯 Getting hard to keep track of what to use and when?

@meteatamel.bsky.social just published a new blog post breaking down the core agent protocols you need to know right now: MCP, A2A, AG-UI, A2UI:
medium.com/google-cloud...
Agent Protocols — MCP, A2A, A2UI, AG-UI
It feels like every other month, there is a new agent protocol and it’s getting hard to keep track of which protocol is used when…
medium.com
March 17, 2026 at 3:55 PM
Introducing the Developer’s Guide to AI Agent Protocols.

Stop writing custom integration glue for every tool, API, and frontend. We used Google Agent Development Kit to build a B2B agent using 6 open standards: MCP, A2A, UCP, AP2, A2UI, and AG-UI.

The future of agents is interoperable.
March 18, 2026 at 9:00 PM
Relatedly-ish, a2ui.org and json-render.dev. I don't know if either will go anywhere but it seems to be getting some attention
A2UI
A2UI, a streaming protocol for Agent-Driven User Interfaces
a2ui.org
February 3, 2026 at 5:04 AM
Google champions collaboration and shared progress through open technologies. 🤝 A2UI v0.9 hardens abstractions and simplifies streaming for a better developer experience.

developers.googleblog.com/a2ui-v0-9-ge...

#A2April

Which project do you think would benefit most from Generative UI?
A2UI v0.9: The New Standard for Portable, Framework-Agnostic Generative UI- Google Developers Blog
Discover A2UI v0.9, the framework-agnostic standard for Generative UI. Learn how the new Agent SDK, shared web-core library, and cross-platform renderers allow AI agents to drive your existing design system on any device with low-latency streaming.
developers.googleblog.com
April 20, 2026 at 5:09 PM
Rather than generating raw code from scratch, A2UI relies on a "Trusted Catalog" of native components. #google #a2ui #opensource #agenticai #developers #ai #technology
Google releases A2UI v0.9 to standardise generative UI
Front-end engineering is evolving as Google releases its v0.9 A2UI framework to standardise generative UI.
www.developer-tech.com
April 20, 2026 at 3:01 PM
The awkward part is the payload changing identity with the transport. A registered media type plus a typed, versioned envelope field could give A2UI one stable signal across A2A and other paths, sparing clients from treating decorative XML as protocol.
September 25, 2026 at 5:52 AM
What if you could ask DevEarth to help you prepare for an event - and get an interactive Android UI back?

Meet PocketCommunity: Gemini + A2UI + Jetpack Compose 💚

We built it, open-sourced it, and wrote a codelab 👇

www.androidengineers.in/codelabs/poc...
September 24, 2026 at 3:48 PM
🐝 Ce soir, je serai au GDG Cloud Paris pour parler d’ADK !

De quelques lignes de code au déploiement d’un agent IA sur Agent Platform 🚀

ADK, MCP, A2UI, Agent CLI… et surtout des démos !

À ce soir 👋

@developers.google.com

#GoogleCloud #ADK #AIAgents #MCP
September 22, 2026 at 6:46 AM
Yesterday I presented the talk "Rich Interfaces with A2UI: The Good, The Bad and The Ugly" at AIDevCamp by GDG London. Now the presentation is accessible at speakerdeck.com/danicat/gdg-london-rich-interfaces-with-a2ui-the-good-the-bad-and-the-ugly
[GDG London] Rich Interfaces With A2UI: The Good, The Bad and The Ugly
Talk presented at AI DevCamp by GDG London (https://aidevcamp.gdg.london/) on September 23, 2026. Source code: github.com/danicat/aida
speakerdeck.com
September 24, 2026 at 8:43 AM
AI agents → Native Jetpack Compose UI 🤖📱

A2UI lets agents dynamically compose interactive Android experiences - while your app still controls the components they’re allowed to use.

We broke down the WHAT, WHY & HOW with an architecture visual 👇

🔗 substack.com/@anandwana00...
September 24, 2026 at 3:11 AM
📢 A2UI: Agent-to-User Interface #veille
GitHub - google/A2UI
Contribute to google/A2UI development by creating an account on GitHub.
github.com
January 16, 2026 at 2:44 AM
New ng-news episode: PrimeNG's licensing change, OpenNG's community fork, A2UI for #Angular, routerResource, and Micro-Frontends.

Recorded by @michaelsmalldev.bsky.social

🎬 youtu.be/0HI13Rhah0U
Ng-News 26/17: PrimeUI, A2UI, routerResource
YouTube video by ng-news
youtu.be
July 13, 2026 at 7:58 PM