Microsoft.Agents.AI.DurableTask 1.4.0-preview.260505.1

Prefix Reserved
This is a prerelease version of Microsoft.Agents.AI.DurableTask.
dotnet add package Microsoft.Agents.AI.DurableTask --version 1.4.0-preview.260505.1
                    
NuGet\Install-Package Microsoft.Agents.AI.DurableTask -Version 1.4.0-preview.260505.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Agents.AI.DurableTask" Version="1.4.0-preview.260505.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Agents.AI.DurableTask" Version="1.4.0-preview.260505.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Agents.AI.DurableTask" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Agents.AI.DurableTask --version 1.4.0-preview.260505.1
                    
#r "nuget: Microsoft.Agents.AI.DurableTask, 1.4.0-preview.260505.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Agents.AI.DurableTask@1.4.0-preview.260505.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Agents.AI.DurableTask&version=1.4.0-preview.260505.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Agents.AI.DurableTask&version=1.4.0-preview.260505.1&prerelease
                    
Install as a Cake Tool

Microsoft.Agents.AI.DurableTask

The Microsoft Agent Framework provides a programming model for building agents and agent workflows in .NET. This package, the Durable Task extension for the Agent Framework, extends the Agent Framework programming model with the following capabilities:

  • Stateful, durable execution of agents in distributed environments
  • Automatic conversation history management
  • Long-running agent workflows as "durable orchestrator" functions
  • Tools and dashboards for managing and monitoring agents and agent workflows

These capabilities are implemented using foundational technologies from the Durable Task technology stack:

This package can be used by itself or in conjunction with the Microsoft.Agents.AI.Hosting.AzureFunctions package, which provides additional features via Azure Functions integration.

Install the package

From the command-line:

dotnet add package Microsoft.Agents.AI.DurableTask

Or directly in your project file:

<ItemGroup>
  <PackageReference Include="Microsoft.Agents.AI.DurableTask" Version="[CURRENTVERSION]" />
</ItemGroup>

You can alternatively just reference the Microsoft.Agents.AI.Hosting.AzureFunctions package if you're hosting your agents and orchestrations in the Azure Functions .NET Isolated worker.

Usage Examples

For a comprehensive tour of all the functionality, concepts, and APIs, check out the Azure Functions samples.

Feedback & Contributing

We welcome feedback and contributions in our GitHub repo.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Microsoft.Agents.AI.DurableTask:

Package Downloads
Microsoft.Agents.AI.Hosting.AzureFunctions

Provides durable agent hosting and orchestration support for Microsoft Agent Framework workloads.

ANcpLua.Agents.Hosting.Azure

Preview-channel Azure Functions hosting facades for Microsoft Agent Framework consumers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.0-preview.260505.1 129 5/5/2026
1.3.0-preview.260423.1 1,025 4/24/2026
1.2.0-preview.260421.1 86 4/21/2026
1.1.0-preview.260410.1 434 4/10/2026
1.0.0-preview.260402.1 1,089 4/2/2026
1.0.0-preview.260330.1 476 3/31/2026
1.0.0-preview.260311.1 1,200 3/11/2026
1.0.0-preview.260304.1 204 3/4/2026
1.0.0-preview.260225.1 354 2/25/2026
1.0.0-preview.260219.1 160 2/20/2026
1.0.0-preview.260212.1 472 2/12/2026
1.0.0-preview.260209.1 197 2/10/2026
1.0.0-preview.260205.1 121 2/6/2026
1.0.0-preview.260128.1 273 1/28/2026
1.0.0-preview.260127.1 105 1/27/2026
1.0.0-preview.260121.1 238 1/21/2026
1.0.0-preview.260108.1 303 1/9/2026
1.0.0-preview.251219.1 383 12/19/2025
1.0.0-preview.251204.1 379 12/5/2025
0.0.1-preview.260417.2 48 4/17/2026
Loading failed