The Docent Python SDK provides a high-level interface for logging, querying, and analyzing AI agent traces.Documentation Index
Fetch the complete documentation index at: https://docs.transluce.org/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Quick Example
What You Can Do
Collections
Create and manage collections of agent runs
Agent Runs
Query, retrieve, and manage agent run data
Rubrics & Evaluation
Define rubrics, create judges, and run evaluations
DQL
Query your data with the Docent Query Language
Feedback & Labels
Annotate runs with labels, tags, and comments
Tracing
Automatically capture LLM interactions
Typical Workflow
- Create a collection to organize your agent runs
- Ingest agent runs via tracing, the SDK, or file upload
- Create rubrics to define evaluation criteria
- Run evaluations with LLM judges
- Query results with DQL and export to DataFrames
Next Steps
- Authentication & Configuration — set up your API key and environment
- Client Reference — full constructor documentation

