Tool Views
A tool view renders an AG-UI tool call's result through a component the frontend owns, keyed by the tool's name. The agent returns plain data, such as a weather reading, and the Angular app decides how it looks. No UI specification crosses the wire.
This page is the live example for tool views over AG-UI. Use Run to drive the agent, Code to read the Angular and Python sources, and API for the extracted reference. The tool-call component surface is documented in ChatToolCalls.