agent-framework-azurefunctions
Azure Functions integration for Microsoft Agent Framework.
What it is and what it does
This package integrates Microsoft Agent Framework agents with Azure Durable Functions, allowing agents to run as serverless workloads while maintaining state across invocations. It wraps the core agent framework with Azure-specific bindings, exposing agents through HTTP endpoints (e.g., `/api/agents/{agent_name}/run`) and leveraging Durable Functions' orchestration capabilities for automatic failure recovery and conversation history replay.
The package is a beta release (1.0.0b260730) maintained by Microsoft and depends on agent-framework-core, agent-framework-durabletask, azure-functions, and azure-functions-durable. It targets developers building AI agents on Azure's serverless infrastructure who need durable state management and built-in resilience without managing their own persistence layer.
Use it for:
- Deploy conversational AI agents on Azure that automatically recover from transient failures and replay prior interactions.
- Build multi-turn agent workflows where conversation state persists across function invocations without manual session management.
- Host multiple agents on a single Azure Functions app and route requests to them via generated REST endpoints.
- Integrate agents with Azure's orchestration layer to coordinate complex, long-running agent tasks across services.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Hosts Microsoft Agent Framework agents on Azure Durable Functions, enabling stateful agent execution with automatic conversation history replay and failure recovery.
Yes, if you are building agents on Azure and need durable state management. The package is actively maintained, has low install friction, and is licensed permissively. However, it is in beta (1.0.0b260730), so expect potential API changes; verify that your use case aligns with the Durable Functions model and that the upstream agent-framework packages meet your stability requirements.
Install
agent-framework-azurefunctions on PyPI
pip
pip install agent-framework-azurefunctionsuv
uv add agent-framework-azurefunctionspoetry
poetry add agent-framework-azurefunctionsInstalling agent-framework-azurefunctions
Before you install
Low install friction with a pure-Python wheel. The package is in active development (released 15 days ago, last commit 2026-08-14) and depends on four runtime packages including agent-framework-core and azure-functions-durable. Supports Python 3.10–3.13.
License in practice
Licensed under MIT (permissive), allowing use in commercial and private projects with minimal restrictions.
Quickstart
pip install agent-framework-azurefunctions --pre
from agent_framework.azure import AgentFunctionApp
_app = AgentFunctionApp()
Requires Python 3.10 or later. The --pre flag is needed because this is a beta release (1.0.0b260730).
Verify before relying
- Whether agent-framework-core and agent-framework-durabletask are stable or also in beta.
- Performance characteristics and scalability limits for stateful agent workloads on Durable Functions.
- Specific Azure subscription or configuration requirements beyond standard Durable Functions setup.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — agent-framework-core, agent-framework-durabletask, azure-functions, azure-functions-durable |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 516,877/month — #6,230 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: agent_framework_azurefunctions-1.0.0b260730-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
agent-framework-durabletaskIntegrates Microsoft Agent Framework agents…
permissive · top 15,000 on PyPI
azure-functions-durableExtends Azure Functions to support stateful,…
permissive · top 5,000 on PyPI
agent-framework-foundry-hostingIntegrates Agent Framework agents and workflows…
permissive · top 15,000 on PyPI
agent-framework-azure-cosmosProvides Azure Cosmos DB integration for the…
permissive · top 15,000 on PyPI
agent-framework-azure-aiIntegrates Azure AI Foundry memory capabilities…
permissive · top 15,000 on PyPI
agent-framework-redisAdds Redis-backed persistent memory and…
permissive · top 15,000 on PyPI
azure-ai-agentserver-agentframeworkWraps an Agent-framework agent to host it on…
unclear · top 15,000 on PyPI
azure-ai-agentserver-responsesProvides the Responses protocol endpoints for…
permissive · top 15,000 on PyPI
durabletask.azuremanagedProvides a Python provider implementation for…
permissive · top 15,000 on PyPI
durabletaskDurabletask is a Python SDK for building…
permissive · top 15,000 on PyPI