Instructions
- Install the Docent plugin. The
/docentcommand below comes from the plugin. - Read the Data Models Overview to understand Docent’s core abstractions (collections, agent runs, transcripts, metadata) so you can better instruct your coding agent on how you’d like your data organized.
- Point your coding agent at a directory containing your trajectories. For best results, sort your trajectories by format before invoking the agent, and ingest one format at a time.
Notes
- Find best practices for ingesting your data in our agentic ingestion guide.
- Using Inspect, Harbor, or NeMo-Gym? The integration guides handle those formats directly.
- You can read more about the Python SDK that our plugin writes under the hood if you want to write a script by hand, understand what your agent produced, or correct an existing ingestion script.
Next steps
Run your first analysis on sample data
Walk through a sample analysis on Terminal-Bench data and learn the core workflows.

