blazor-ag-ui-agent-framework

Installation
SKILL.md

AG-UI Blazor + Agent Framework (MAF)

Version 2.1 - Enhanced with 2026 Agentic UX patterns plus Microsoft Agent Framework Release Candidate guidance (stable API surface, migration paths from Semantic Kernel/AutoGen, and updated package strategy).

RC Update (Feb 2026)

Use this skill with the Microsoft Agent Framework Release Candidate mindset:

  • Treat core Microsoft.Agents.AI APIs as stable for production planning.
  • Prefer current RC packages and pin versions explicitly in samples and implementation checklists.
  • Keep migration guidance ready for teams moving from Semantic Kernel or AutoGen.
  • Preserve interoperability-first design: AG-UI for UI runtime events, MCP for tools, and A2A for agent-to-agent boundaries.

Quick Start

For a basic ASP.NET Core agent with Blazor frontend:

  1. Install NuGet package: Microsoft.Agents.AI.Hosting.AGUI.AspNetCore
  2. Create an AIAgent using IChatClient (Azure OpenAI, OpenAI, Ollama)
  3. Map the AG-UI endpoint: app.MapAGUI("/api/chat", agent) in ASP.NET Core startup
Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 9, 2026