Skip to main content

CLI for the Root Signals API

Project description

Root Signals logo

Measurement & Control for LLM Automations

The roots CLI is a powerful command-line tool for interacting with the Root Signals API. It provides a convenient way to manage and execute your Judges directly from the terminal.

Installation

You can install the roots CLI using the following command, which downloads and installs the script to /usr/local/bin:

curl -sSL https://app.rootsignals.ai/cli/install.sh | sh

Alternatively, you can install and run the CLI using uvx:

uvx root-signals-cli judge list

Authentication

Before using the CLI, you must set your Root Signals API key as an environment variable:

# Sign up for a free account at https://app.rootsignals.ai/register
export ROOTSIGNALS_API_KEY="your-api-key"

Temporary API keys

If no API key is set, the CLI can create a temporary key interactively and save it to ~/.rootsignals/settings.json as temporary_api_key. Permanent keys should be set via the ROOTSIGNALS_API_KEY environment variable, which takes precedence.

Usage

The CLI is organized into a main command, roots, with subcommands for different functionalities. The primary resource you'll interact with is the judge.

Judge Management

All Judge-related commands are available under the roots judge subcommand.

list

List all available Judges, with options for filtering and pagination.

roots judge list

Options:

  • --page-size: Number of results to return per page.
  • --cursor: The pagination cursor value.
  • --search: A search term to filter by.
  • --name: Filter by exact judge name.
  • --ordering: Which field to use for ordering the results.
  • --is-preset / --not-is-preset: Filter by preset status.
  • --is-public / --not-is-public: Filter by public status.
  • --show-global / --not-show-global: Filter by global status.

get

Retrieve a specific Judge by its ID.

roots judge get <judge_id>

create

Create a new Judge.

roots judge create --name "My New Judge" --intent "To evaluate the quality of LLM responses."

Options:

  • --name: The name for the new judge (required).
  • --intent: The intent for the new judge (required).
  • --stage: The stage for the new judge.
  • --evaluator-references: JSON string for evaluator references. E.g., '[{"id": "eval-id"}]'

update

Update an existing Judge.

roots judge update <judge_id> --name "My Updated Judge Name"

Options:

  • --name: The new name for the judge.
  • --stage: The new stage for the judge.
  • --evaluator-references: JSON string to update evaluator references. Use "[]" to clear.

delete

Delete a Judge by its ID. You will be prompted for confirmation.

roots judge delete <judge_id>

duplicate

Duplicate an existing Judge.

roots judge duplicate <judge_id>

Judge Execution

execute

Execute a Judge with specific inputs.

roots judge execute <judge_id> --request "What is the capital of France?" --response "Paris"

Options:

  • --request: Request text.
  • --response: Response text to evaluate.
  • --contexts: JSON list of context strings. E.g., '["ctx1"]'
  • --functions: JSON array for the "functions" field.
  • --expected-output: Expected output text.
  • --tag: Add one or more tags.

Using stdin input:

You can pipe input directly to the --response parameter:

echo "Paris" | roots judge execute <judge_id> --request "What is the capital of France?"
cat response.txt | roots judge execute <judge_id>

execute-by-name

Execute a Judge by its name.

roots judge execute-by-name "My New Judge" --request "What is the capital of France?" --response "Paris"

Input can also be piped in similar way as with execute.

Prompt testing

Initialize a prompt testing experiment config and run it.

roots prompt-test init
roots prompt-test run

Development

This project uses uv for dependency management. To set up the development environment, run:

. .venv/bin/activate
uv pip sync pyproject.toml

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

root_signals_cli-0.1.3.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

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

root_signals_cli-0.1.3-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file root_signals_cli-0.1.3.tar.gz.

File metadata

  • Download URL: root_signals_cli-0.1.3.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.2

File hashes

Hashes for root_signals_cli-0.1.3.tar.gz
Algorithm Hash digest
SHA256 817f909d918036366db1504d437163cf98cba7df150688db1b22fe452e32df6e
MD5 9c44afb800b0ba7dfd07e44d7c8b6e42
BLAKE2b-256 a886b95d86805bf8b78606d7b35afd4e8a8714bfb0a74e6dd640a1521b1edde5

See more details on using hashes here.

File details

Details for the file root_signals_cli-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for root_signals_cli-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 53c4409d6966979e08883cf8670cd695398e17d5a6ef3bea1cda39863f7b6c73
MD5 155b7763d7ee2843ec2390be2c7abbdc
BLAKE2b-256 9d93246bb66dbb9573fe6dc83763e38191479c5db7cbb83b6a79084675861a10

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