Setup & Installation
What This Skill Does
Python SDK for building persistent agents on Azure AI Foundry. Supports function tools, hosted tools (code interpreter, file search, Bing web search), MCP server integration, conversation threads, and streaming responses. Uses AzureAIAgentsProvider to create and manage agents backed by the Azure AI Agent Service. Managing agent lifecycle, thread persistence, and tool dispatch manually against the Azure AI REST API requires hundreds of lines of boilerplate that this SDK reduces to a handful of async context managers.
When to use it
- Working with agent framework azure ai py functionality
- Implementing agent framework azure ai py features
- Debugging agent framework azure ai py related issues
