The DevUI samples have been relocated to the main samples folder for better consistency and discoverability.
All DevUI samples are now located at:
python/samples/02-agents/devui/
- weather_agent - Basic OpenAI weather agent
- weather_agent_azure - Azure OpenAI weather agent
- foundry_agent - Azure AI Foundry weather agent
- spam_workflow - Email spam detection workflow
- fanout_workflow - Complex fan-in/fan-out data processing workflow
- in_memory_mode.py - In-memory entity registration example
cd ../../samples/02-agents/devui
python in_memory_mode.pyOr for directory discovery:
cd ../../samples/02-agents/devui
devuiSee the DevUI samples README for detailed documentation.