--- id: azure-ai-agentserver-agentframework version: "1.0.0b17" license: unclear license_treatment: unclear maintenance: active --- # azure-ai-agentserver-agentframework — Agents server adapter for Azure AI License: unclear · Maintenance: active · Downloads: 106.8K/mo ## What it is and what it does This package is an adapter that wraps an existing Agent-framework agent for deployment on Azure AI Agent Server. It bridges the gap between a local agent implementation and cloud hosting, allowing you to expose your agent as an HTTP service with a single method call. The adapter handles the boilerplate of server setup and Azure integration, including telemetry export via opentelemetry-exporter-otlp-proto-grpc. The package is designed for developers who have already built an agent using agent-framework-core or agent-framework-azure-ai and want to move it to Azure without rewriting it. It runs locally on port 8088 for testing and can be deployed to Azure AI Foundry for production use. The beta status and recent activity suggest the API may evolve, but the core workflow is straightforward. Use it for: - Migrate an existing Agent-framework agent to Azure AI Agent Server for cloud hosting. - Test a local agent before deploying it to Azure, using the local HTTP endpoint. - Integrate OpenTelemetry observability into your agent for monitoring and debugging. - Expose an agent as an HTTP service without writing custom server boilerplate. - Debug deployment issues by comparing local behavior against cloud logs in Application Insights. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Wraps an Agent-framework agent to host it on Azure AI Agent Server, exposing it as an HTTP service with minimal configuration. Yes, if you have an existing Agent-framework agent and want to host it on Azure with minimal code changes. The low install friction, active maintenance, and straightforward API make it practical. However, verify the license terms before use, and be aware the package is in beta—expect potential API changes. Not suitable if you need a stable, production-hardened adapter or are not targeting Azure. ## Install pip install azure-ai-agentserver-agentframework uv add azure-ai-agentserver-agentframework poetry add azure-ai-agentserver-agentframework ## Installing azure-ai-agentserver-agentframework Before you install: Low friction install with a pure-Python wheel. Active maintenance status and recent commits suggest ongoing support, though the package is in beta (Development Status 4) and has been in circulation for less than a year. License in practice: License treatment is unclear—no SPDX identifier or raw license text is recorded. Verify the actual license terms in the repository before adopting in a commercial or restricted-distribution context. Quickstart: pip install azure-ai-agentserver-agentframework from azure.ai.agentserver.agentframework import from_agent_framework # Wrap and run an existing agent from_agent_framework(agent).run() Requires Python 3.10 or later; your agent must be compatible with the adapter. Verify before relying: - What license governs this package (MIT, Apache-2.0, proprietary, or other)? - Does the package require Azure credentials or subscription setup beyond local testing? - What observability/telemetry does opentelemetry-exporter-otlp-proto-grpc integration enable by default? - What is the expected API stability timeline given the beta status? ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 106.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags azure agent hosting, agent framework deployment, azure ai agent server, agent http endpoint, cloud agent deployment, azure-integration, agent-hosting, beta-software [View on SkillFed](https://skillfed.io/packages/azure-ai-agentserver-agentframework) · [View on PyPI](https://pypi.org/project/azure-ai-agentserver-agentframework/)