View source: R/stream_renderer.R
| create_stream_renderer | R Documentation |
The built-in terminal backend for the agent-output Renderer contract,
rendering a streaming response (thinking indicators, streamed text, and tool
execution status) to the R console via the cli package. It conforms to the
Renderer interface (process_chunk, start_thinking, stop_thinking,
render_tool_start, render_tool_result, reset_for_new_step), so it can be
swapped for any other backend (web, capture, custom UI) via the renderer
argument of stream_text().
create_stream_renderer()
A list of functions implementing the Renderer contract.
Renderer, create_null_renderer(), create_capture_renderer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.