Skip to main content

load_transcript_jsonl

Function load_transcript_jsonl 

Source
pub fn load_transcript_jsonl(path: &Path) -> Result<LoadedTranscript, VmError>
Expand description

Read a JSONL transcript file, accepting either:

  • a path to an event_log.jsonl (or rotated -NNNNNN.jsonl)
  • a path to a .harn-runs/<session-id>/ directory (we’ll read every event_log*.jsonl under it and sort by index)