| Agent With Tools | Combine server-side web search with a frontend haiku tool in an agent served over AG-UI. |
| Basic | Serve a minimal assistant agent through the AG-UI interface in AgentOS. |
| Multiple Instances | Mount two agents on separate AG-UI endpoints with the prefix parameter. |
| Reasoning Agent | Serve an o4-mini reasoning agent with web search through the AG-UI interface. |
| Research Team | Serve a researcher and writer team through the AG-UI interface in AgentOS. |
| Structured Output | Return a MovieScript Pydantic schema from an agent served over AG-UI. |
| Agent With Media | AG-UI agent that accepts multimodal input (images, audio, video, documents). |
| Agentic Chat: Dojo Demo | Combine an external-execution change_background tool with a get_weather tool that returns card-ready data. |
| Backend Tool Rendering: Dojo Demo | Agent whose get_weather tool returns structured city/temperature/humidity data for the AG-UI frontend to render as a weather card. |
| Human in the Loop: Dojo Demo | Agent whose generate_task_steps tool requires user confirmation, returning a toggleable step list for the AG-UI Dojo step selector. |
| Shared State: Dojo Demo | Sync recipe session_state edits to an AG-UI frontend through STATE_DELTA events. |
| AG-UI Showcase | Single server exposing all AG-UI Dojo demo endpoints. |
| State Events | Serves a recipe agent over AG-UI at /shared_state, where enable_agentic_state lets the model call update_session_state to sync recipe fields to the UI. |
| Team State Events | Serves a recipe-creator plus nutrition-advisor Team over AG-UI at /shared_state, with enable_agentic_state syncing the shared recipe session state to the UI. |
| Tool Based Generative UI: Dojo Demo | Haiku agent that calls an externally executed generate_haiku tool, passing Japanese and English lines plus an image name and CSS gradient for the frontend to render as a card. |