export_trajectories
Export a run's recorded tool trajectory as Hermes-format JSONL with supervisor verdict labels from gate results. Read-only, excludes held-out runs.
Instructions
Export a run's recorded tool trajectory as Hermes-format JSONL (one assistant/tool_call line per action, with supervisor verdict labels from recorded gate results). Read-only over the store. Refuses gate-partitioned (held-out) runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| outPath | Yes | Relative path inside the run dir, or absolute path under SUPER_LOOP_HOME/exports/ |