Pre-release
This release is a pre-release and may not be stable for production use.
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.azure import AzureOpenAIChatClient
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 = AzureOpenAIChatClient()
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.
Release files for agent-framework-durabletask 1.0.0b260330
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_framework_durabletask-1.0.0b260330.tar.gz | 30.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_framework_durabletask-1.0.0b260330-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 67.5 kB
Release files / agent_framework_durabletask-1.0.0b260330.tar.gz
| Download URL | agent_framework_durabletask-1.0.0b260330.tar.gz |
|---|---|
| Size | 30.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b18b61247d6a77abb3670b89011eb90822ccceaae27a535cc62ab1dcfc45b88c
|
|
BLAKE2b-256 checksum How to use checksums |
1d780741b7a473b8dec5fc146765075decaad14236b5ceabea5ac49951a482ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / agent_framework_durabletask-1.0.0b260330-py3-none-any.whl
| Download URL | agent_framework_durabletask-1.0.0b260330-py3-none-any.whl |
|---|---|
| Size | 36.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1ba81d598fc2d9d8c1af04def15ac80ac001aeb9bf1c4a44e42c921de87754c8
|
|
BLAKE2b-256 checksum How to use checksums |
b6aba1127f691a7db0be6e91765e98a32ef37edc15f37ccc904c1667a665bcbc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|