8000 agent-framework/python/packages/devui/samples at sample-fixes-2 · dmytrostruk/agent-framework · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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

cd ../../samples/02-agents/devui
python in_memory_mode.py

Or for directory discovery:

cd ../../samples/02-agents/devui
devui

Learn More

See the DevUI samples README for detailed documentation.

0