skillfed

azure-ai-agentserver-agentframework

Agents server adapter for Azure AI

azure-ai-agentserver-agentframework v1.0.0b17 106.8K downloads/30d#12,638 on PyPI5,588
License unclear Active released

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 on this page — 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

azure-ai-agentserver-agentframework on PyPI

pip

pip install azure-ai-agentserver-agentframework

uv

uv add azure-ai-agentserver-agentframework

poetry

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 the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — azure-ai-agentserver-core, agent-framework-azure-ai, agent-framework-core, opentelemetry-exporter-otlp-proto-grpc
Maintenance actively maintained — 151 days since the last release
Last repo commit
First released
Downloads 106,812/month — #12,638 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_ai_agentserver_agentframework-1.0.0b17-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 4 - BetaProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

azure agent hostingagent framework deploymentazure ai agent serveragent http endpointcloud agent deployment
azure-integrationagent-hostingbeta-software

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

azure-ai-agentserver-core

Provides the host framework and infrastructure…

permissive · top 5,000 on PyPI

agent-framework-azure-ai

Integrates Azure AI Foundry memory capabilities…

permissive · top 15,000 on PyPI

agent-framework

Builds and orchestrates AI agents powered by…

permissive · top 5,000 on PyPI

azure-ai-agentserver-invocations

Provides HTTP and WebSocket invocation protocol…

permissive · top 15,000 on PyPI

agent-framework-foundry-hosting

Integrates Agent Framework agents and workflows…

permissive · top 15,000 on PyPI

agent-framework-azurefunctions

Hosts Microsoft Agent Framework agents on Azure…

permissive · top 15,000 on PyPI

azure-ai-agentserver-responses

Provides the Responses protocol endpoints for…

permissive · top 15,000 on PyPI

agent-framework-core

Build, orchestrate, and deploy AI agents and…

permissive · top 5,000 on PyPI

agent-framework-ollama

Integrates Ollama LLM provider support into…

permissive · top 15,000 on PyPI

microsoft-agents-hosting-aiohttp

Provides HTTP hosting integration for Microsoft…

permissive · top 15,000 on PyPI

Further reading