ct traj
For trajectory manipulation and conversion.
Usage
ct traj [OPTIONS] COMMAND [ARGS]...
Options
| Option | Description |
|---|---|
--help | Show this message and exit. |
Commands
| Command | Description |
|---|---|
ct traj apply | Apply all file edits from an eval log file to its environment. |
ct traj download | Download trajectories from the API or a viewer URL and store them locally. |
ct traj list | List trajectories from the API (default) or the local filesystem (--fs). |
ct traj make | Convert a traj-like input into a single trajectory JSON. |
ct traj patch | Generate a patch file from a trajectory using the live CLI. |
ct traj top-sus | Show top actions by suspicion score across trajectories. |
ct traj tui | Open a TUI to quickly view and edit trajectories. |
ct traj ui | Interactively view a trajectory and re-run action monitors in a web UI. |
ct traj upload | Upload a trajectory JSON file to the viewer API. |