Documentation Index
Fetch the complete documentation index at: https://gump.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Reports & Metrics
Gump tracks structured metrics for every run. Usegump report to see them.
Basic report
Detailed step view
Comparing runs
What Gump measures
High confidence (100%)
Deterministic and exact: git diff, gate exit codes, wall-clock duration, retries, guard triggers.Medium confidence (~80%)
Tracked live from the agent stream: tokens (in, out, cache), cost estimates, timestamps, context window usage.Reconstructed (~50%)
Inferred from heuristics: turn count, turn classification (coding, execution, exploration, planning), shell classification for Codex.Key metrics
Cost — Per step, per task, per run. Based on published provider pricing. TTFD (Time To First Diff) — Time between agent launch and first file modification. Long TTFD = agent exploring before writing. Useful for prompt optimization. Stall detection —tool_error_count, correction_loops, fatal_loops, repeated_action_loops. These appear in gump report --detail.
Context window usage — How much of the agent’s context window was consumed per step.