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 durabletask import TaskHubGrpcWorker
from agent_framework_durabletask import AgentWorker
# Create the worker
with DurableTaskSchedulerWorker(...) as worker:
# Register the agent worker wrapper
agent_worker = DurableAIAgentWorker(worker)
# Register the agent
agent_worker.add_agent(my_agent)
For more details, review the Python README and the samples directory.
Release files for agent-framework-durabletask 0.0.1b260113
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_framework_durabletask-0.0.1b260113-py3-none-any.whl | Python 3 | none | any | Details |
Release files / agent_framework_durabletask-0.0.1b260113-py3-none-any.whl
| Download URL | agent_framework_durabletask-0.0.1b260113-py3-none-any.whl |
|---|---|
| Size | 35.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8773413e97513e91073f967839d64092f3c824ccdddfc3567b1d0ffb6fbaf9e9
|
|
BLAKE2b-256 checksum How to use checksums |
85dd751e269af42d43c562f8e194c539300717a1b9b2f01b7f0cdd66a6af84cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","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}
|