A synchronous (unary) chat implementation. The client waits for the agent to finish processing completely before rendering.
A streaming response implementation using Server-Sent Events (SSE). The client renders the agent's response incrementally as it's being generated.
Agentic UI implementation. The agent returns structured semantic UI components alongside its state and logic, driving the client dynamic interface.
Inspect user chat session state, review dataset-linked records, and reset a user session when needed.