ct live
Live task management for LinuxArena environments.
Usage
ct live [OPTIONS] COMMAND [ARGS]...
Options
| Option | Description |
|---|---|
--help | Show this message and exit. |
Commands
| Command | Description |
|---|---|
ct live agent | Open the live container with a chosen agent interface. |
ct live apply-macros | Populate local file references for development. |
ct live clear | Remove the specified session record entirely. |
ct live cp-from | Copy from the live container to the local filesystem. |
ct live cp-to | Copy from the local filesystem to the live container. |
ct live current | Show all live sessions and active session details. |
ct live down | Tear down a Compose project for the current session. |
ct live exec | Execute a command in the live container. |
ct live gen-traj | Generate a solution trajectory. |
ct live log-eval | Add an eval log entry to info.yml from a trajectory URL. |
ct live mount | Mount a local directory at AGENT_DIR in the container. |
ct live score | Run scoring directly on the current container state. |
ct live score-all | Run scorers for all tasks in the active environment. |
ct live setup | Initialize the container environment for the task. |
ct live shell | Pop a shell in a live Compose project for a task. |
ct live solution-from | Copy or convert a trajectory source to solution.json in the active traj directory. |
ct live status | Alias for the current command. |
ct live switch | Switch the active session to a different saved session. |
ct live templ | Commands for editing template trajectories. |
ct live test | Run integration tests for the active environment. |
ct live traj | Execute a solution trajectory in the live container. |
ct live traj-dir-from | Migrate a trajectory to a new traj directory. |
ct live up | Create a new live session and spin up the compose project. |
ct live up-from | Runs live up using task metadata from eval, traj file, or traj directory. |