Search
Record every search call.
Capture the generated search, filters, top-k setting, scores, and returned results before judging the answer.
Field tool
A small review kit for checking what went in, what ran, what came out, and where important records appeared next.
What it does
Most bad AI answers look plausible until you inspect the path. This template gives you one place to capture the handoffs between stages and write comments at each phase.
Search
Capture the generated search, filters, top-k setting, scores, and returned results before judging the answer.
Context
Separate found sources from the context sent to the model so you can see whether the system dropped the right source.
Notes
Keep review simple: one editable note per stage, saved back to the trace JSON.
Screenshots
Use it for agentic investigations, docs-answer review, reranking failures, context selection, and source-grounded handoffs.


Workflow
Give your agent the schema, one example trace, and the logs for one answer.
Save what each search returned so a reviewer can see what the system found.
Record the records or source text that reached the answer model, especially in multi-query agent runs.
Describe the first stage where the useful record disappeared or changed meaning.
Included
schema.jsonJSON schema for one reviewable retrieval trace.
agent-mapping-prompt.mdPrompt for asking a coding agent to map product logs into a trace.
trace-review-worksheet.mdWorksheet for inspecting each stage instead of skimming the JSON.
codex-jsonl-tutorial.mdWalkthrough using the included Codex JSONL, draft trace, and cleaned trace.
scripts/codex-jsonl-to-trace.mjsStarter adapter that turns the included Codex JSONL shape into draft trace JSON.
examples/*.jsonThree focused examples for support-agent search, multi-phase hybrid search, and answer failure.
examples/chatwoot-support-corpus/Synthetic customer-support records used by the Codex JSONL tutorial.
viewer/Static viewer for reading the example traces in a browser.
README.mdQuickstart, field mapping, examples, and diagnosis rules.
Download
Enter your email to get the current download.