skills/smithery.ai/azure-ai-agents-python

azure-ai-agents-python

Installation
SKILL.md

Azure AI Agents Python SDK

Build agents hosted on Azure AI Foundry using the azure-ai-agents SDK.

Installation

pip install azure-ai-agents azure-identity
# Or with azure-ai-projects for additional features
pip install azure-ai-projects azure-identity

Environment Variables

PROJECT_ENDPOINT="https://<resource>.services.ai.azure.com/api/projects/<project>"
MODEL_DEPLOYMENT_NAME="gpt-4o-mini"
Installs
1
First Seen
Apr 9, 2026
azure-ai-agents-python from smithery.ai