Skip to main content
Single server exposing all AG-UI Dojo demo endpoints. Run this to test AG-UI integration with the Dojo frontend at localhost:3000.
showcase.py
The example imports these helper modules from the same directory:
agent_with_media.py
agentic_chat.py
backend_feedback.py
backend_tool_rendering.py
human_in_the_loop.py
reasoning_agent.py
shared_state.py
tool_based_generative_ui.py
tool_confirmation.py
user_input.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code blocks above as showcase.py, agent_with_media.py, agentic_chat.py, backend_feedback.py, backend_tool_rendering.py, human_in_the_loop.py, reasoning_agent.py, shared_state.py, tool_based_generative_ui.py, tool_confirmation.py, user_input.py in the same directory, then run:
Full source: cookbook/05_agent_os/interfaces/agui/showcase.py