| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the source code for DevUI, a sample application designed to demonstrate how to run agents and workflows using the Microsoft Agent Framework.
To get started with DevUI, please refer to the official documentation:
python -m venv .venv.venv\Scripts\activatepip install -r requirements.txtCreate a .env file in the root directory and add the necessary environment variables.
AZURE_OPENAI_API_KEY=your_azure_openai_api_key
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME=your_azure_openai_chat_deployment_name
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint
AZURE_AI_PROJECT_ENDPOINT=your_azure_ai_project_endpoint
FOUNDRY_MODEL_DEPLOYMENT_NAME=your_foundry_model_deployment_nameTo run the DevUI application, execute the following commands:
az login
python devui.py| Back | FazBrowse Home | New Git URL |