Skip to main content

Module fill_transcripts

Module fill_transcripts 

Source
Expand description

Stage 2 — fill-transcripts.

Walks the iteration’s eval-* directories and, for each (eval, condition) run.json, populates tool_invocations from the events file the harness CLI wrote under the task’s outputs_dir (e.g. Codex’s codex-events.jsonl, Claude Code’s claude-events.jsonl). Records that already carry invocations are skipped unless overwrite.

Structs§

FillTranscriptsResult
Tally of what fill-transcripts did across the iteration’s runs.

Functions§

fill_transcripts
Populate tool_invocations for every run.json under iteration_dir. See the module docs for the transcript sources and overwrite semantics.