ct live traj
Execute a solution trajectory in the live container.
Usage
ct live traj [OPTIONS]
Options
| Option | Description |
|---|---|
--traj PATH | .jsonl, .json or .eval file to source tool calls from (optional: traj_dir/solution.json is the default) |
--force | Force setup even if already completed. |
--include-tool TEXT | If specified, only tool calls using a tool in this list will run (multiple allowed). |
--exclude-tool TEXT | If specified, any tool calls using a tool in this list won't run (multiple allowed). |
--include-tag TEXT | If specified, only tool calls with a tag in this list will run (multiple allowed). |
--exclude-tag TEXT | If specified, any tool calls with a tag in this list won't run (multiple allowed). |
--reverse | Revert text_editor str_replace edits - reverse order and swap old/new strings. |
--tool-timeout INTEGER | Per-tool-call exec timeout in seconds. [default: 120] |
--continue-on-error | Continue past a tool call that times out or errors (prints a warning naming the skipped action) instead of aborting the replay. |
-v, --verbose | Print tool call results. |
--context TEXT | Use active session by id (uses current active session if not specified). |
--help | Show this message and exit. |