Skip to main content

Transformer Lab CLI

Project description

Transformer Lab CLI

Main Screenshot

Job Monitor Screenshot

Install

uv tool install transformerlab-cli

Usage

 Usage: lab [OPTIONS] COMMAND [ARGS]...

 Transformer Lab CLI

╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --format        TEXT  Output format: pretty or json [default: pretty]        │
│ --help                Show this message and exit.                            │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ version              Display the CLI version.                                │
│ config               View or set configuration values.                       │
│ status               Check the status of the server.                         │
│ login                Log in to Transformer Lab.                              │
│ logout               Log out from Transformer Lab.                           │
│ whoami               Show the current logged-in user and team.               │
│ task                 Task management commands.                               │
│ job                  Job management commands.                                │
│ notes                Experiment notes commands.                              │
│ provider             Compute provider management commands.                   │
│ server               Server installation and configuration commands.         │
│ dataset              Dataset management commands.                            │
│ model                Model management commands.                              │
│ experiment           Experiment management commands.                         │
│ install-agent-skill  Install the AI agent skill for `lab`.                   │
╰──────────────────────────────────────────────────────────────────────────────╯

Command Reference

For a full list of all commands with detailed options and example usage, see COMMANDS.md.

Claude Code Skill

Want Claude Code (or other AI coding agents) to manage Transformer Lab for you? Install the skill:

lab install-agent-skill

This is a thin wrapper around the underlying installer:

npx skills add transformerlab/transformerlab-app --skill transformerlab-cli

This teaches your AI agent how to use the lab CLI to check job status, stream logs, download artifacts, queue tasks, manage providers, and more. See .agents/skills/transformerlab-cli/ for the full skill definition.

Development

Run (DEV)

uv run src/transformerlab_cli/main.py

Build Locally

Option A — Global install (simple)

uv tool install . --force --reinstall

This installs lab into ~/.local/bin/ so it's available from any shell.

Option B — Editable install into an active venv (recommended for iterative dev)

# Activate the venv you want lab installed into, e.g.
source ~/.transformerlab/envs/general-uv/bin/activate

# From the cli/ directory:
uv pip install -e .

lab will live at <venv>/bin/lab and only resolve while that venv is active. Code changes take effect without reinstalling.

⚠️ Gotcha: if a cli/.venv directory exists, uv pip install targets it instead of your active $VIRTUAL_ENV, and which lab will come up empty. Either delete it (rm -rf cli/.venv) or force the target explicitly: uv pip install -e . --python "$VIRTUAL_ENV/bin/python".

Debug the Job Monitor

Install editable into your active venv (see Option B above), then:

uv run textual run --dev src/transformerlab_cli/commands/job_monitor/job_monitor.py

and then in another window:

textual console -x SYSTEM -x EVENT -x INFO

Run Textual in Browser

uv run textual serve src/transformerlab_cli/commands/job_monitor/job_monitor.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

transformerlab_cli-0.0.64.tar.gz (106.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

transformerlab_cli-0.0.64-py3-none-any.whl (128.4 kB view details)

Uploaded Python 3

File details

Details for the file transformerlab_cli-0.0.64.tar.gz.

File metadata

  • Download URL: transformerlab_cli-0.0.64.tar.gz
  • Upload date:
  • Size: 106.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for transformerlab_cli-0.0.64.tar.gz
Algorithm Hash digest
SHA256 ae0061c114e1174953b80e68ec2b64c4acc68229305ffab5485c0eea2ee6f058
MD5 70a6c7940bfc6c8b4129de8f1759530a
BLAKE2b-256 bdf4f793aab2cd998a2932a18424195789ef498f9339e1f2adab41ad8010012b

See more details on using hashes here.

File details

Details for the file transformerlab_cli-0.0.64-py3-none-any.whl.

File metadata

File hashes

Hashes for transformerlab_cli-0.0.64-py3-none-any.whl
Algorithm Hash digest
SHA256 c1ba5ef44bd516af84dc1f521dfc932eda1be0fbdaa706a9c1990a472f6cddcd
MD5 ff4a482f393800fd1a4f1c0211996a13
BLAKE2b-256 0ebb0cb8e875616530e92e02479e535143d1b765a9751ff77d538982cf050726

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page