skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

agent-framework-azure-ai-py

Agent Framework for Azure AI Foundry

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill agent-framework-azure-ai-py

Overview

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.

Application

When to use this Skill

Documentation

Show Skills.md file

Agent Framework Azure Hosted Agents

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

Architecture

User Query → AzureAIAgentsProvider → Azure AI Agent Service (Persistent)
                    ↓
              Agent.run() / Agent.run_stream()
                    ↓
              Tools: Functions | Hosted (Code/Search/Web) | MCP
                    ↓
              AgentThread (conversation persistence)

Installation

# Full framework (recommended)
pip install agent-framework --pre

# Or Azure-specific package only
pip install agent-framework-azure-ai --pre
Lines 1 - 25 of 348

Recommendations

Explore other random skills

All skillsMy patterns