This repository contains demonstration notebooks showcasing Azure AI Foundry capabilities including browser automation, web search, model routing, and GPT audio features.
- Python 3.7 or higher
- Azure OpenAI and Azure AI Foundry access
- Clone the repository:
git clone https://github.com/guygregory/FoundryInnovation.git
cd FoundryInnovation- Install the required Python packages:
pip install -r requirements.txt- Configure your environment variables by copying the sample file:
cp .env.sample .env- Edit the
.envfile with your Azure credentials and endpoints.
- demo-browser-automation.ipynb: Demonstrates browser automation using Azure AI Foundry Agent Service
- demo-websearch.ipynb: Shows web search capabilities in the Responses API
- demo-model-router.ipynb: Demonstrates model routing functionality
- demo-gpt-audio.ipynb: GPT-Audio sample for generating spoken announcements
- demo-agent-framework.ipynb: Microsoft Agent Framework demo with hosted MCP tools integration
This project is licensed under the MIT License - see the LICENSE file for details.