Documentation
Install it. Run one route. Prove it works.
Start with one Blazor route, one workflow, and one chat surface. The reference route is the support inbox demo.
Default path
package -> Program.cs -> one workflowVerification first
build, run, then test prompts on a real route
CLI is advanced
keep it out of the first install unless manual setup is too slow
Manual start order
dotnet add package AgentBlazor --version 0.1.0-preview.11
builder.Services.AddAgentBlazor(...)
app.MapAgentBlazorEndpoints()
Render one chat surface on one route
dotnet build
dotnet runRead these pages next
Getting Started
Package source, install path, first workflow.
Advanced CLIScaffold help for existing apps after the manual path works.
VerificationHow to prove the install works.
HostingStandard, hosted WASM, and review-first hosts.
WorkflowsCapability class and route scoping.
ComponentsChat surfaces and deterministic wrappers.