ag-ui-protocol

31 mods across 1 repository, 16k stars between them.

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Surface a reasoning/thinking model's intermediate thoughts separately from its final answer with the AG-UI .NET SDK — so a client can show the agent "thinking" before it responds, and handle that reasoning trace correctly across turns. USE FOR: distinguishing the model's reasoning trace from its answer on the client…

16k yesterday A 161 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Expose server-side (backend) tools an AG-UI agent can call with the AG-UI .NET SDK — C# functions that run on the server, where the server executes the call and feeds the result back to the model. USE FOR: defining an AIFunction with AIFunctionFactory.Create and registering it on the server's IChatClient via…

16k yesterday A 202 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Share structured, evolving state between an AG-UI agent and its client with the AG-UI .NET SDK — the client seeds state on the request, the server reads it, mutates it, and streams the updated state back as snapshots or deltas alongside the chat. USE FOR: sending initial/working state from the client via…

16k yesterday A 215 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…

16k yesterday A 223 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Diagnose and fix problems in an AG-UI .NET app built on the AG-UI SDK — when streaming chat, tools, state, interrupts, or the transport misbehave. USE FOR: the agent forgetting earlier turns / history truncated; update.ConversationId always null; state or lifecycle updates that never arrive; a tool throwing at runtime…

16k yesterday A 180 tokens original MIT

ag-ui-protocol/ag-ui

Skill Claude CodeCodex

Use when adding A2UI rendering to any AG-UI-supported framework or custom AG-UI application, scaffolding an AG-UI app that should render A2UI, adapting an AG-UI integration to emit A2UI surfaces, or wiring the AG-UI A2UI middleware/toolkit with a compatible renderer.

16k yesterday A 73 tokens original MIT