Skip to content

Chat UI

The hosted chat UI is the agentcircuits.ui application served by the runtime.

The UI code and README verify support for:

  • SignalR-based event streaming
  • session management
  • tool visualization
  • async-operation updates
  • active execution tracking

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.