pub fn normalize_stream(
stream: EventStream,
config: NormalizeConfig,
) -> EventStreamExpand 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.