Components
Start with chat surfaces. Add wrappers only when needed.
Most apps need one chat surface first. Use deterministic wrappers when the agent must safely control a specific UI element.
Main chat surfaces
AgentChatWidgetFloating assistant.
AgentChatSurfaceEmbedded chat panel.
AgentChatPanelSide-panel assistant.
AgentChatBarCompact command entry.
Hosted WebAssembly client surfaces
@using AgentBlazor.Client.Chat
<AgentRemoteChatWidget Endpoint="/agentblazor/chat/run" Title="Assistant" />
Remote widget
Remote surface
Remote panel
Remote bar
Current deterministic wrappers
AgentDataGridGrid actions.
AgentFormForm validation and submit.
AgentDialogOpen and confirm dialogs.
AgentTabsMove across tabs.
AgentTreeViewSelect and expand nodes.
AgentFileUploadAttach and inspect files.
Prompt examples
Summary
Summarize this page and the riskiest items.
Approval
Check whether this item can be submitted.
Handoff
Draft a handoff note from the current state.
Operations
Recommend the next safe action for this screen.