Durable Task integration for Microsoft Agent Framework.
Project Links
Meta
Author: Microsoft
Requires Python: >=3.10
Classifiers
License
- OSI Approved :: MIT License
Development Status
- 4 - Beta
Intended Audience
- Developers
Programming Language
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Typing
- Typed
Get Started with Microsoft Agent Framework Durable Task
Please install this package via pip:
pip install agent-framework-durabletask --pre
Durable Task Integration
The durable task integration lets you host Microsoft Agent Framework agents using the Durable Task framework so they can persist state, replay conversation history, and recover from failures automatically.
Basic Usage Example
from agent_framework import Agent
from agent_framework.openai import OpenAIChatCompletionClient
from agent_framework_durabletask import DurableAIAgentWorker
from durabletask.worker import TaskHubGrpcWorker
# Create the worker
worker = TaskHubGrpcWorker(host_address="localhost:4001")
agent_worker = DurableAIAgentWorker(worker)
chat_client = OpenAIChatCompletionClient()
my_agent = Agent(client=chat_client, name="assistant")
agent_worker.add_agent(my_agent)
For more details, review the Python README and the samples directory.
1.0.0b260730
Jul 30, 2026
1.0.0b260721
Jul 21, 2026
1.0.0b260709
Jul 10, 2026
1.0.0b260630
Jun 30, 2026
1.0.0b260521
May 22, 2026
1.0.0b260519
May 20, 2026
1.0.0b260514
May 15, 2026
1.0.0b260507
May 08, 2026
1.0.0b260429
Apr 29, 2026
1.0.0b260428
Apr 28, 2026
1.0.0b260424
Apr 24, 2026
1.0.0b260423
Apr 23, 2026
1.0.0b260421
Apr 21, 2026
1.0.0b260409
Apr 10, 2026
1.0.0b260402
Apr 02, 2026
1.0.0b260330
Mar 30, 2026
1.0.0b260319
Mar 20, 2026
1.0.0b260311
Mar 11, 2026
1.0.0b260304
Mar 04, 2026
1.0.0b260225
Feb 26, 2026
1.0.0b260219
Feb 20, 2026
1.0.0b260212
Feb 13, 2026
1.0.0b260210
Feb 11, 2026
1.0.0b260130
Jan 30, 2026
1.0.0b260128
Jan 28, 2026
0.0.2b260126
Jan 26, 2026
0.0.1b260113
Jan 13, 2026