ct live traj

Execute a solution trajectory in the live container.

Usage

ct live traj [OPTIONS]

Options

OptionDescription
--traj PATH.jsonl, .json or .eval file to source tool calls from (optional: traj_dir/solution.json is the default)
--forceForce setup even if already completed.
--include-tool TEXTIf specified, only tool calls using a tool in this list will run (multiple allowed).
--exclude-tool TEXTIf specified, any tool calls using a tool in this list won't run (multiple allowed).
--include-tag TEXTIf specified, only tool calls with a tag in this list will run (multiple allowed).
--exclude-tag TEXTIf specified, any tool calls with a tag in this list won't run (multiple allowed).
--reverseRevert text_editor str_replace edits - reverse order and swap old/new strings.
--tool-timeout INTEGERPer-tool-call exec timeout in seconds. [default: 120]
--continue-on-errorContinue past a tool call that times out or errors (prints a warning naming the skipped action) instead of aborting the replay.
-v, --verbosePrint tool call results.
--context TEXTUse active session by id (uses current active session if not specified).
--helpShow this message and exit.