pub async fn open_rollout_line_reader(path: &Path) -> Result<RolloutLineReader>Expand description
Opens a rollout line reader that transparently handles plain .jsonl and .jsonl.zst files.
If the requested path disappears during a representation transition, this briefly retries resolution so callers do not need to know which representation is on disk.