# DevUI Samples - Moved **The DevUI samples have been relocated to the main samples folder for better consistency and discoverability.** ## New Location All DevUI samples are now located at: ``` python/samples/02-agents/devui/ ``` ## Available Samples - **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 ## Quick Start ```bash cd ../../samples/02-agents/devui python in_memory_mode.py ``` Or for directory discovery: ```bash cd ../../samples/02-agents/devui devui ``` ## Learn More See the [DevUI samples README](../../../samples/02-agents/devui/README.md) for detailed documentation.