Azure AI Hosted Agents (Python) Build container-based hosted agents using from the Azure AI Projects SDK. Installation Minimum SDK Version: or later required for hosted agent support. Environment Variables Prerequisites Before creating hosted agents: 1. Container Image - Build and push to Azure Container Registry (ACR) 2. ACR Pull Permissions - Grant your project's managed identity role on the ACR 3. Capability Host - Account-level capability host with 4. SDK Version - Ensure Authentication Always use : Core Workflow 1. Imports 2. Create Hosted Agent 3. List Agent Versions 4. Delete Agent Ver…