Expand description
Stage 2 — fill-transcripts.
Walks the iteration’s eval-*
directories and, for each (eval, condition) run.json, populates
tool_invocations from the persisted transcript (Claude Code subagent JSONL
resolved by the task’s agent_description, or Codex codex-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. - resolve_
agent_ description - The canonical dispatch description for an
(eval, condition, run)run.