agent-framework-agui-csharp Skill
Build AG-UI protocol clients and servers with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.AGUI + Microsoft.Agents.AI.Hosting.AGUI.AspNetCore). Use when exposing an AIAgent over HTTP with server-sent events, building remote agent clients, supporting frontend tool rendering, agentic generative UI, predict Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop.
What is agent-framework-agui-csharp Skill?
Build AG-UI protocol clients and servers with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.AGUI + Microsoft.Agents.AI.Hosting.AGUI.AspNetCore). Use when exposing an AIAgent over HTTP with server-sent events, building remote agent clients, supporting frontend tool rendering, agentic generative UI, predict Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use agent-framework-agui-csharp Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop
- Skill file: .github/skills/agent-framework-agui-csharp/SKILL.md
What it does
Build AG-UI protocol clients and servers with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.AGUI + Microsoft.Agents.AI.Hosting.AGUI.AspNetCore). Use when exposing an AIAgent over HTTP with server-sent events, building remote agent clients, supporting frontend tool rendering, agentic generative UI, predict
Skill instructions
Agent Framework AG-UI (.NET) Expose any AIAgent over the AG-UI protocol and consume it from a remote client over server-sent events. AG-UI standardizes the wire format for messages → tool calls → text deltas → state updates → errors so frontends, mobile apps, and CLI clients can interop with any compliant agent server. This SDK ships two pieces: - Microsoft.Agents.AI.Hosting.AGUI.AspNetCore — app.MapAGUI(endpoint, agent) extension that turns an AIAgent into an AG-UI server endpoint backed by SSE. - Microsoft.Agents.AI.AGUI — AGUIChatClient that connects to an AG-UI endpoint and surfaces the stream as AgentResponseUpdates through the normal AIAgent API. Architecture ┌──────────── AG-UI Client ─────────────┐ ┌──────────── AG-UI Server ─────────────┐ │ │ │ │ │ AGUIChatClient(httpClient, endpoint) │ HTTP │ builder.Services.AddAGUI() │ │ ↓ .AsAIAgent(...) │ POST │ app.MapAGUI("/agentName", agent) │ │ AIAgent ──────────────────────────── │ ──────► │ AIAgent (ChatClientAgent / │ │ agent.RunSt
Explore related resources
Frequently asked questions
What is agent-framework-agui-csharp?
agent-framework-agui-csharp is a open-source AI agent skill with Copy skill directory. Build AG-UI protocol clients and servers with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.AGUI + Microsoft.Agents.AI.Hosting.AGUI.AspNetCore).
Who is agent-framework-agui-csharp best for?
agent-framework-agui-csharp is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install agent-framework-agui-csharp?
Install or run agent-framework-agui-csharp using Copy skill directory. Check agent-framework-agui-csharp for the latest setup command.
Is agent-framework-agui-csharp actively maintained?
agent-framework-agui-csharp may need a closer maintenance check before production use.
Auto-fetched from GitHub.