About
Microsoft Learn documentation for connecting Agent Framework agents to AG-UI frontends. It shows how Microsoft frames AG-UI inside production agent apps, including agentic generative UI, tool-based UI, and the event bridge between the backend agent runtime and React clients.
Summary
1. Official Microsoft source: Documents AG-UI support from the Agent Framework side, not just the protocol repo
2. Runtime bridge: Explains how agent events flow into interactive frontend components
3. Two GenUI modes: Covers agentic generative UI and tool-based UI patterns
4. Implementation detail: Includes concrete server and React client wiring for builders
5. Collection fit: Complements the AG-UI repository with a vendor-backed integration path