AgentSessionManager.Rendering.Renderers.CompactRenderer
(AgentSessionManager v0.8.0)
Copy Markdown
View Source
Compact single-line token renderer for agent session events.
Renders canonical adapter events (:run_started, :message_streamed,
:tool_call_started, etc.) into compact colored tokens suitable for
terminal display. Text and tool input are streamed inline.
Token Legend
r+ = run started r- = run completed
t+ = tool started t- = tool completed
>> = text stream tk = token usage
! = error ? = unknown eventOptions
:color— Enable ANSI color output. Defaulttrue.
Summary
Types
@type state() :: map()