{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/3"}],"enrichment":{"capability":"Integrates Microsoft Agent Framework agents with the Durable Task framework to enable state persistence, conversation history replay, and automatic failure recovery.","skillfed_tags":["orchestration","agent-framework","state-persistence"],"use_cases":["Host long-running conversational agents that must survive server restarts or crashes without losing state.","Build multi-step agent workflows that orchestrate across multiple services and need automatic retry on failure.","Replay agent conversations for debugging or auditing by replaying the same inputs through the durable history.","Scale agent workloads across multiple worker processes using Durable Task's distributed orchestration.","Integrate AI agents into existing Azure-managed Durable Task deployments for enterprise reliability."],"what_it_does":"This package wraps Microsoft Agent Framework agents to run them inside the Durable Task orchestration framework. Durable Task is a distributed orchestration system that automatically handles state persistence, replays conversation history on recovery, and manages failures transparently. You create a TaskHubGrpcWorker connected to a Durable Task server, wrap it in DurableAIAgentWorker, and register your agents with it; the framework then handles the rest.\n\nThe package is in beta and depends on agent-framework-core, durabletask, durabletask-azuremanaged, and python-dateutil. It targets Python 3.10 and later and is actively maintained by Microsoft. Use it when you need agent conversations to survive crashes, scale across multiple processes, or replay interactions for debugging.","worth_installing":"Yes, if you are building agents with Microsoft Agent Framework and need durability, state persistence, and failure recovery. The package is actively maintained, has low install friction, carries no known vulnerabilities, and integrates tightly with the agent framework ecosystem. It is in beta, so expect potential API changes; verify compatibility with your target agent-framework-core version before committing to production."},"id":"agent-framework-durabletask","links":{"html":"https://skillfed.io/packages/agent-framework-durabletask","md":"https://skillfed.io/packages/agent-framework-durabletask.md","pypi":"https://pypi.org/project/agent-framework-durabletask/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-30","license_spdx":null,"license_treatment":"permissive","name":"agent-framework-durabletask","python_support":"supports_current","summary":"Durable Task integration for Microsoft Agent Framework."},"popularity":{"monthly_downloads":447425,"position":6607,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0b260730"}
