Chat UI
The hosted chat UI is the agentcircuits.ui application served by the runtime.
Current capabilities
Section titled “Current capabilities”The UI code and README verify support for:
- SignalR-based event streaming
- session management
- tool visualization
- async-operation updates
- active execution tracking
Runtime wiring
Section titled “Runtime wiring”When hosted through the server, the app receives runtime metadata for:
- API base path
- hub base path
- UI base path
- application name
The client listens for session execution events and async-operation events, and it calls GetActiveSessions over SignalR to keep its state aligned with the backend.