Package: azure-ai-agentserver-agentframework
PyPI: [https://pypi.org/project/azure-ai-agentserver-agentframework/]
Summary
The azure-ai-agentserver-agentframework hosting adapter is a required dependency for deploying code-based agents (built with Microsoft Agent Framework) as Hosted Agents on Azure AI Foundry Without this adapter wrapping the agent, the agent cannot be exposed as an HTTP service for local testing or containerized deployment.
However, there is currently a version compatibility gap between this adapter and the Generally Available (GA) release of the Agent Framework that blocks production deployments.
Current State
Component Current Version Status
azure-ai-agentserver-agentframework 1.0.0b17 (released Mar 17, 2026) Beta
agent-framework-core supported by 1.0.0b17 1.0.0rc3 Release Candidate
agent-framework / agent-framework-core 1.0.0 Generally Available (GA)
Problem
As per the Hosted Agents documentation, wrapping agent code with the hosting adapter is a mandatory step before deployment:
"The hosting adapter is a framework abstraction layer that helps expose supported agent frameworks (or your custom code) as an HTTP service for local testing and hosted deployments."
The adapter package (azure-ai-agentserver-agentframework) is one of the public adapter packages explicitly listed in the docs for Python:
azure-ai-agentserver-core
azure-ai-agentserver-agentframework
azure-ai-agentserver-langgraph
Since the latest available version of this adapter (1.0.0b17) only supports agent-framework-core up to 1.0.0rc3, any project using the GA release (1.0.0) of the Agent Framework will encounter a dependency compatibility error at install or runtime, preventing successful hosted agent deployment.
Could the team please clarify:
- What is the planned timeline for releasing a version of azure-ai-agentserver-agentframework that supports agent-framework-core >= 1.0.0 (GA)?
Package: azure-ai-agentserver-agentframework
PyPI: [https://pypi.org/project/azure-ai-agentserver-agentframework/]
Summary
The azure-ai-agentserver-agentframework hosting adapter is a required dependency for deploying code-based agents (built with Microsoft Agent Framework) as Hosted Agents on Azure AI Foundry Without this adapter wrapping the agent, the agent cannot be exposed as an HTTP service for local testing or containerized deployment.
However, there is currently a version compatibility gap between this adapter and the Generally Available (GA) release of the Agent Framework that blocks production deployments.
Current State
Component Current Version Status
azure-ai-agentserver-agentframework 1.0.0b17 (released Mar 17, 2026) Beta
agent-framework-core supported by 1.0.0b17 1.0.0rc3 Release Candidate
agent-framework / agent-framework-core 1.0.0 Generally Available (GA)
Problem
As per the Hosted Agents documentation, wrapping agent code with the hosting adapter is a mandatory step before deployment:
"The hosting adapter is a framework abstraction layer that helps expose supported agent frameworks (or your custom code) as an HTTP service for local testing and hosted deployments."
The adapter package (azure-ai-agentserver-agentframework) is one of the public adapter packages explicitly listed in the docs for Python:
azure-ai-agentserver-core
azure-ai-agentserver-agentframework
azure-ai-agentserver-langgraph
Since the latest available version of this adapter (1.0.0b17) only supports agent-framework-core up to 1.0.0rc3, any project using the GA release (1.0.0) of the Agent Framework will encounter a dependency compatibility error at install or runtime, preventing successful hosted agent deployment.
Could the team please clarify: