agent-framework-azurefunctions

Azure Functions integration for Microsoft Agent Framework.

42 个版本 Python >=3.10
安装
pip install agent-framework-azurefunctions
poetry add agent-framework-azurefunctions
pipenv install agent-framework-azurefunctions
conda install agent-framework-azurefunctions
描述

Get Started with Microsoft Agent Framework Durable Functions

PyPI

Please install this package via pip:

pip install agent-framework-azurefunctions --pre

Durable Agent Extension

The durable agent extension lets you host Microsoft Agent Framework agents on Azure Durable Functions so they can persist state, replay conversation history, and recover from failures automatically.

Basic Usage Example

See the durable functions integration sample in the repository to learn how to:

from agent_framework.azure import AgentFunctionApp

_app = AgentFunctionApp()
  • Register agents with AgentFunctionApp
  • Post messages using the generated /api/agents/{agent_name}/run endpoint

For more details, review the Python README and the samples directory.

版本列表
1.0.0b260609 2026-06-09
1.0.0b260604 2026-06-04
1.0.0b260521 2026-05-22
1.0.0b260519 2026-05-20
1.0.0b260514 2026-05-15
1.0.0b260507 2026-05-08
1.0.0b260429 2026-04-29
1.0.0b260428 2026-04-28
1.0.0b260424 2026-04-24
1.0.0b260423 2026-04-23
1.0.0b260421 2026-04-21
1.0.0b260409 2026-04-10
1.0.0b260402 2026-04-02
1.0.0b260330 2026-03-30
1.0.0b260319 2026-03-20
1.0.0b260311 2026-03-11
1.0.0b260304 2026-03-04
1.0.0b260225 2026-02-26
1.0.0b260219 2026-02-20
1.0.0b260212 2026-02-13
1.0.0b260210 2026-02-11
1.0.0b260130 2026-01-30
1.0.0b260128 2026-01-28
1.0.0b260127 2026-01-27
1.0.0b260123 2026-01-23
1.0.0b260116 2026-01-16
1.0.0b260114 2026-01-14
1.0.0b260107 2026-01-07
1.0.0b260106 2026-01-07
1.0.0b251223 2025-12-24
1.0.0b251218 2025-12-19
1.0.0b251216 2025-12-17
1.0.0b251211 2025-12-11
1.0.0b251209 2025-12-09
1.0.0b251204 2025-12-04
1.0.0b251120 2025-11-21
1.0.0b251114 2025-11-15
1.0.0b251112 2025-11-13
1.0.0b251112.post1 2025-11-13
0.0.2b3 2025-11-07
0.0.2b2 2025-10-31
0.0.2b1 2025-10-23