How the Docent Agent handles ingestion
The Docent Agent uploads your agent logs into Docent by writing a Python script that converts them intoAgentRun format. It investigates your file structure, examines your trajectory format, and maps each field in your schema to a Docent object. It produces:
ingestion-plan.md: A mapping of your trajectory fields to Docent’s data model, including any fields that will be intentionally omitted. Review this file to verify the agent intends to organize and display your data in a suitable format.ingest.py: A Python script that reads your logs and uploads them via the SDK. You can modify and rerun this as needed.
What’s next
- Ready to analyze? See the Analysis overview.
- Want to tweak the ingestion script yourself? See SDK ingestion for the underlying API.

