Microsoft.Agents.AI 1.5.0

Prefix Reserved
dotnet add package Microsoft.Agents.AI --version 1.5.0
                    
NuGet\Install-Package Microsoft.Agents.AI -Version 1.5.0
                    
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" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Agents.AI" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Agents.AI" />
                    
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 --version 1.5.0
                    
#r "nuget: Microsoft.Agents.AI, 1.5.0"
                    
#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@1.5.0
                    
#: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&version=1.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Agents.AI&version=1.5.0
                    
Install as a Cake Tool

About Microsoft Agent Framework

Microsoft Agent Framework is a comprehensive .NET library for building, orchestrating, and deploying AI agents and multi-agent workflows. The framework provides everything from simple chat agents to complex multi-agent systems with graph-based orchestration capabilities.

Key Features

  • Multi-Agent Orchestration: Coordinate multiple agents using sequential, concurrent, group chat, and handoff patterns
  • Graph-based Workflows: Connect agents and functions with streaming, checkpointing, and human-in-the-loop capabilities, with both imperative or declarative workflow support
  • Multiple Provider Support: Seamlessly integrate with various LLM providers with more being added continuously
  • Extensible Middleware: Flexible request/response processing with custom pipelines and exception handling
  • Built-in Observability: OpenTelemetry integration for distributed tracing, monitoring, and debugging
  • Cross-Platform: Compatible with .NET 8.0, .NET Standard 2.0, and .NET Framework for broad deployment options

Whether you're building simple AI assistants or complex multi-agent systems, Microsoft Agent Framework provides the tools and abstractions needed to create robust, scalable AI applications in .NET.

Getting Started ⚡

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (93)

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

Package Downloads
Microsoft.Agents.AI.OpenAI

Provides Microsoft Agent Framework support for OpenAI.

Microsoft.Agents.AI.Workflows

Provides Microsoft Agent Framework support for workflows.

Microsoft.Agents.AI.Hosting

Provides Microsoft Agent Framework support for hosting agents.

Microsoft.Agents.AI.AzureAI

Provides Microsoft Agent Framework support for Foundry Agents.

Microsoft.Agents.AI.Hosting.AGUI.AspNetCore

Provides Microsoft Agent Framework support for hosting AG-UI agents in an ASP.NET Core context.

GitHub repositories (18)

Showing the top 18 popular GitHub repositories that depend on Microsoft.Agents.AI:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
AIDotNet/OpenDeepWiki
OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project is mainly developed using C# and TypeScript, supporting modular design, and is easy to expand and customize.
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
microsoft/Generative-AI-for-beginners-dotnet
Five lessons, learn how to really apply AI to your .NET Applications
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
microsoft/copilot-camp
Hands-on labs for extending Microsoft 365 Copilot and building custom engine agents
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
clawdotnet/openclaw.net
Self-hosted OpenClaw gateway + agent runtime in .NET (NativeAOT-friendly)
rwjdk/MicrosoftAgentFrameworkSamples
Samples demonstrating the Microsoft Agent Framework in C#
mscraftsman/generative-ai
Gemini SDK for .NET and ASP.NET Core enables developers to use Google's state-of-the-art generative AI models to build AI-powered features and applications.
lindexi/lindexi_gd
博客用到的代码
Azure-Samples/eShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
bingbing-gui/dotnet-agent-playbook
一个面向 .NET + AI Agent 开发的实践型仓库,涵盖 Web、云原生与微服务场景,聚焦智能应用的工程化落地。
Azure-Samples/interview-coach-agent-framework
Interview coach application using Microsoft Agent Framework | https://aka.ms/agentframework/interviewcoach
dotnet/maui-labs
Experimental and pre-release tools for .NET MAUI
Cysharp/CompilerBrain
CLI Coding Agent not for Vibe-coding, for C# Expert.
ncosentino/DevLeader
Projects referred to by my blog, Dev Leader
Version Downloads Last Updated
1.5.0 3,376 5/8/2026
1.4.0 11,945 5/5/2026
1.3.0 77,094 4/24/2026
1.2.0 16,192 4/21/2026
1.1.0 120,817 4/10/2026
1.0.0 147,258 4/2/2026
1.0.0-rc5 46,499 3/31/2026
1.0.0-rc4 187,735 3/11/2026
1.0.0-rc3 86,857 3/4/2026
1.0.0-rc2 188,650 2/25/2026
1.0.0-rc1 73,308 2/20/2026
1.0.0-preview.260212.1 67,135 2/12/2026
1.0.0-preview.260209.1 23,295 2/10/2026
1.0.0-preview.260205.1 24,917 2/6/2026
1.0.0-preview.260128.1 52,883 1/28/2026
1.0.0-preview.260127.1 7,463 1/27/2026
1.0.0-preview.260121.1 49,200 1/21/2026
1.0.0-preview.260108.1 192,307 1/9/2026
1.0.0-preview.251219.1 125,284 12/19/2025
0.0.1-preview.260417.2 518 4/17/2026
Loading failed