Back to skills

agent-framework-azure-ai-py

ai-tools

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

Setup & Installation

npx skills add https://github.com/microsoft/agent-framework-azure-ai-py --skill agent-framework-azure-ai-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/agent-framework-azure-ai-py
View on GitHub

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