What Gets Logged
| Data | Description |
|---|---|
| Inputs | Prompts, injected context, agent/model used |
| Outputs | LLM responses, proposed files, explanations |
| Decisions | Which files were accepted/rejected |
| Edits | User modifications to proposed content |
DPO Pair Types
| Type | Description |
|---|---|
accept_reject | User accepted some files, rejected others |
user_edit | User modified the LLM’s proposed content |
full_reject | User rejected all proposed files |
CLI Commands
Export Formats
| Format | Extension | Use Case |
|---|---|---|
| JSONL | .jsonl | Training pipelines |
| JSON | .json | Analysis |
| CSV | .csv | Spreadsheets |
Programmatic Export
Storage
Observations are stored in the main database:observations table contains all logged interactions for training data generation.