skillfed

agent-framework-azurefunctions

Azure Functions integration for Microsoft Agent Framework.

agent-framework-azurefunctions v1.0.0b260730 516.9K downloads/30d#6,230 on PyPI12,804
Permissive license Active released

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-azurefunctions

uv

uv add agent-framework-azurefunctions

poetry

poetry add agent-framework-azurefunctions

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Typing :: Typed

Tags

azure durable functions agent hostingstateful agent framework azureagent persistence azure functionsmicrosoft agent framework durableazure agents with state managementdurable task agent executionserverless agent framework azure
azure-serverlessagent-frameworkdurable-state

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

agent-framework-durabletask

Integrates Microsoft Agent Framework agents…

permissive · top 15,000 on PyPI

azure-functions-durable

Extends Azure Functions to support stateful,…

permissive · top 5,000 on PyPI

agent-framework-foundry-hosting

Integrates Agent Framework agents and workflows…

permissive · top 15,000 on PyPI

agent-framework-azure-cosmos

Provides Azure Cosmos DB integration for the…

permissive · top 15,000 on PyPI

agent-framework-azure-ai

Integrates Azure AI Foundry memory capabilities…

permissive · top 15,000 on PyPI

agent-framework-redis

Adds Redis-backed persistent memory and…

permissive · top 15,000 on PyPI

azure-ai-agentserver-agentframework

Wraps an Agent-framework agent to host it on…

unclear · top 15,000 on PyPI

azure-ai-agentserver-responses

Provides the Responses protocol endpoints for…

permissive · top 15,000 on PyPI

durabletask.azuremanaged

Provides a Python provider implementation for…

permissive · top 15,000 on PyPI

durabletask

Durabletask is a Python SDK for building…

permissive · top 15,000 on PyPI

Further reading