azure-ai-agents-py
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"