Live Weather
Animated weather + forecast.
An animated weather card with current conditions and an hourly forecast. Fetches live data from the agent.
type · live_weather
Renders in the shell but fetches live data from the agent.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“weather in Reykjavik”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
live_weather.json
{
"type": "live_weather",
"city": "Reykjavik"
}Properties
| Prop | Type | Description |
|---|---|---|
city | string | City name |
Backing endpoint
This widget reads/writes through /api/widget/weather. See the API reference.
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.