Skip to main content

normalize_stream

Function normalize_stream 

Source
pub fn normalize_stream(
    stream: EventStream,
    config: NormalizeConfig,
) -> EventStream
Expand description

Wraps a raw EventStream with stateful enrichment so that all consumers (headless, TUI, tests, library users) get uniform events regardless of which agent backend produced them.