Menu

AgentBlazor 0.1 preview — chat-driven assistant for Blazor apps, looking for beta testers
📰
0

AgentBlazor 0.1 preview — chat-driven assistant for Blazor apps, looking for beta testers

Reddit r/csharp·u/AshP91·about 1 month ago
#AjMmvcST
Reading 0:00
15s threshold

I've been working on AgentBlazor for a few months. It's a package built on top of Microsoft Agent Framework and MudBlazor that lets users control your components through a chat interface — both at the component level (filter this grid, switch tabs, open this dialog) and across multi-step in-app workflows.

I built it because I think the future of human-app interaction won't be keyboard and mouse — it'll be AI agents that understand how to get things done through chat or voice.

It's in 0.1 preview. Install with:

dotnet add package AgentBlazor --prerelease

(.NET 8 / 9 / 10 supported. Demo and starter sample in the repo.)

Looking for 3-5 beta testers willing to try it on a real Blazor app over the next month and tell me what breaks.

Repo: https://github.com/ashpeterson/AgentBlazor

(Also: contributors welcome if anyone finds the architecture interesting, no pressure.)

Read More