Microsoft.Agents.AI.A2A
1.0.0-preview.251002.1
Prefix Reserved
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
This is a prerelease version of Microsoft.Agents.AI.A2A.
dotnet add package Microsoft.Agents.AI.A2A --version 1.0.0-preview.251002.1
NuGet\Install-Package Microsoft.Agents.AI.A2A -Version 1.0.0-preview.251002.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.A2A" Version="1.0.0-preview.251002.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Agents.AI.A2A" Version="1.0.0-preview.251002.1" />
<PackageReference Include="Microsoft.Agents.AI.A2A" />
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.A2A --version 1.0.0-preview.251002.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Agents.AI.A2A, 1.0.0-preview.251002.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.A2A@1.0.0-preview.251002.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.A2A&version=1.0.0-preview.251002.1&prerelease
#tool nuget:?package=Microsoft.Agents.AI.A2A&version=1.0.0-preview.251002.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 ⚡
- Learn more at the documentation site.
- Join the Discord community.
- Follow the team on Semantic Kernel blog.
- Check out the GitHub repository for the latest updates.
Product | Versions 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 was computed. 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.
-
.NETFramework 4.7.2
- A2A (>= 0.1.0-preview.2)
- Microsoft.Agents.AI.Abstractions (>= 1.0.0-preview.251002.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.AI.Abstractions (>= 9.9.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Logging (>= 9.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Options (>= 9.0.9)
- System.Diagnostics.DiagnosticSource (>= 9.0.9)
- System.Net.ServerSentEvents (>= 10.0.0-preview.5.25277.114)
- System.Text.Json (>= 9.0.9)
- System.Threading.Channels (>= 9.0.9)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
.NETStandard 2.0
- A2A (>= 0.1.0-preview.2)
- Microsoft.Agents.AI.Abstractions (>= 1.0.0-preview.251002.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.AI.Abstractions (>= 9.9.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Logging (>= 9.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Options (>= 9.0.9)
- System.Diagnostics.DiagnosticSource (>= 9.0.9)
- System.Net.ServerSentEvents (>= 10.0.0-preview.5.25277.114)
- System.Text.Json (>= 9.0.9)
- System.Threading.Channels (>= 9.0.9)
- System.Threading.Tasks.Extensions (>= 4.6.3)
-
net8.0
- A2A (>= 0.1.0-preview.2)
- Microsoft.Agents.AI.Abstractions (>= 1.0.0-preview.251002.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.AI.Abstractions (>= 9.9.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Logging (>= 9.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Options (>= 9.0.9)
- System.Diagnostics.DiagnosticSource (>= 9.0.9)
- System.Net.ServerSentEvents (>= 10.0.0-preview.5.25277.114)
- System.Threading.Channels (>= 9.0.9)
-
net9.0
- A2A (>= 0.1.0-preview.2)
- Microsoft.Agents.AI.Abstractions (>= 1.0.0-preview.251002.1)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.0-preview.5.25277.114)
- Microsoft.Extensions.AI.Abstractions (>= 9.9.1)
- Microsoft.Extensions.DependencyInjection (>= 9.0.9)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Logging (>= 9.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Microsoft.Extensions.Options (>= 9.0.9)
- System.Net.ServerSentEvents (>= 10.0.0-preview.5.25277.114)
- System.Threading.Channels (>= 9.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0-preview.251002.1 | 59 | 10/2/2025 |
1.0.0-preview.251001.3 | 73 | 10/1/2025 |
1.0.0-preview.251001.2 | 61 | 10/1/2025 |
1.0.0-preview.251001.1 | 64 | 10/1/2025 |