AgentSessionManager.Rendering.Renderers.PassthroughRenderer (AgentSessionManager v0.8.0)

Copy Markdown View Source

A no-op renderer that passes events through without formatting.

Useful when sinks want to process raw events directly (e.g. a callback sink that forwards events to a consuming process, or a JSONL sink that serializes the event structs).

Returns empty iodata for every event.