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§
- Fill
Transcripts Result - Tally of what fill-transcripts did across the iteration’s runs.
Functions§
- fill_
transcripts - Populate
tool_invocationsfor everyrun.jsonunderiteration_dir. See the module docs for the transcript sources and overwrite semantics.