Registry / azure / azure-ai-agentserver-agentframework

azure-ai-agentserver-agentframework

JSON →
library1.0.0b17pypypiunverified

Agents server adapter for Azure AI, enabling integration of AI agents with Azure services. Current version 1.0.0b17 (beta), requires Python >=3.10. Release cadence is pre-release with frequent updates.

pip install azure-ai-agentserver-agentframework
INSTALL
IMPORT
SIG · AZURE-AI-AGENTSERV
A
azure-ai-agentserver-agentframework
azurepythonv1.0.0b17
Install
17.4s avg
Import
Disk
150MB
Pass rate
8/ 10
Env Coverage8 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.0b17 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 20.9s
py 3.11
✓ —
✓ 19s
py 3.12
✓ —
✓ 14.5s
py 3.13
✓ —
✓ 15s
py 3.9
✕ build_error
✕ build_error
150MB installed
● package 150MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AgentFrameworkClient
from azure.ai.agentserver.agentframework import AgentFrameworkClient
from azure_ai_agentserver_agentframework import AgentFrameworkClient
Use dot notation, not underscores in package name
AgentFrameworkConfig
from azure.ai.agentserver.agentframework import AgentFrameworkConfig
from azure.ai.agentserver import AgentFrameworkConfig
Subpackage omitted in wrong import

Initialize the agent framework client with Azure credentials and endpoint.

import os from azure.ai.agentserver.agentframework import AgentFrameworkClient from azure.identity import DefaultAzureCredential credential = DefaultAzureCredential() client = AgentFrameworkClient( endpoint=os.environ.get('AZURE_AI_AGENT_ENDPOINT', ''), credential=credential ) print('Client initialized successfully')
Debug
Known issues
breakingBeta versions may have breaking changes between releases. Pin to exact version in production.
fix
Use `pip install azure-ai-agentserver-agentframework==1.0.0b17`
affects: >=1.0.0b1
gotchaThe package name contains hyphens but the import path uses dots. Common mistake is to replace hyphens with underscores.
fix
Import as `from azure.ai.agentserver.agentframework import ...`
affects: all
deprecatedSome authentication methods may be deprecated. Use DefaultAzureCredential from azure-identity.
fix
Replace legacy credential patterns with `DefaultAzureCredential`
affects: >=1.0.0b10
Upgrade
Version history
1.0.0b17latest on PyPI · released Mar 16, 2026
Audit
Dependencies
azure-identityoptionalRequired for authentication with Azure
Agent activity
47 hits · last 30 days
node
38
OpenAI (training)
1
Resources
azure-ai-agentserver-agentframework — pip install azure-ai-agentserver-agentframework · libregistry