AGUI 0.0.1

Additional Details

AGUI was an umbrella metapackage and is no longer published. Install the specific package you need instead:

- Server apps: AGUI.Server
- Client apps: AGUI.Client
- Shared abstractions: AGUI.Abstractions
- Formatting utilities: AGUI.Formatting
- Protocol Buffers support: AGUI.Protobuf

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

AG-UI .NET SDK

AG-UI (Agent User Interaction Protocol) standardizes streaming communication between AI agents and user interfaces. The .NET SDK provides protocol types, wire formatters, protobuf support, an HTTP client, and a framework-agnostic server adapter built around Microsoft.Extensions.AI.

Packages

  • AGUI.Abstractions — protocol events, messages, tools, capabilities, and JSON serialization.
  • AGUI.Formatting — event stream formatter abstractions and Server-Sent Events support.
  • AGUI.Protobuf — protobuf codec and binary event stream formatting.
  • AGUI.Client — AG-UI HTTP client and IChatClient integration.
  • AGUI.Server — server-side adapter from ChatResponseUpdate streams to AG-UI events.

For documentation, samples, and source, see https://github.com/ag-ui-protocol/ag-ui.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.0.1 267 7/2/2026 0.0.1 is deprecated because it is no longer maintained.

Initial preview release of the AG-UI .NET SDK.