pub fn visit_agent_output(
path: &Path,
visitor: impl FnMut(OutputStream, &[u8]),
) -> Result<()>Expand description
Visits decoded agent chunks in capture order without retaining the whole log. A malformed or crash-truncated record does not hide earlier evidence.