Skip to main content

Commands

Core

Artifacts

Reviews

Expected

Details

eigenpal runs list|ls [options] [source]

List runs across workflows and agents, optionally scoped to one source.

Arguments

Options

eigenpal runs get [options] <run-id>

Get one run.

Arguments

Options

eigenpal runs compare|diff [options] <reference-run-id> <run-id>

Compare one run against another run. PDF/DOCX text comparison uses pdftotext/python3 and reports byte fallbacks.

Arguments

Options

eigenpal runs rerun [options] <run-id>

Create a new run from a previous run’s stored input snapshot.

Arguments

Options

eigenpal runs promote [options] <run-id>

Promote a run into a dataset example on the run’s automation.

Arguments

Options

eigenpal runs trace [options] <run-id>

Print raw trace.jsonl for a run, or write it with —out.

Arguments

Options

eigenpal runs watch [options] <run-id>

Watch a run until it reaches a terminal status.

Arguments

Options

eigenpal runs cancel [options] <run-id>

Cancel a run.

Arguments

Options

eigenpal runs artifacts|artifact list|ls [options] <run-id>

List available run artifacts without downloading them.

Arguments

Options

eigenpal runs artifacts|artifact fetch [options] <run-id>

Download run artifacts by canonical artifact path.

Arguments

Options

eigenpal runs reviews|rv update [options] <run-id>

Edit review verdict, status, note, or corrected JSON for a run.

Arguments

Options

eigenpal runs reviews|rv close [options] <run-id>

Mark a run review as closed.

Arguments

Options

eigenpal runs reviews|rv clear [options] <run-id>

Delete review metadata, corrected JSON, and corrected files for a run.

Arguments

Options

eigenpal runs expected list|ls [options] <run-id>

List expected JSON and files attached to a run.

Arguments

Options

eigenpal runs expected pull [options] <run-id>

Download expected JSON and files attached to a run.

Arguments

Options

eigenpal runs expected upload [options] <run-id> <file>

Upload a local file as an expected artifact.

Arguments

Options

eigenpal runs expected copy-output [options] <run-id> <output-file>

Copy a generated output file into expected artifacts.

Arguments

Options

eigenpal runs expected rename [options] <run-id> <old-name> <new-name>

Rename an expected artifact.

Arguments

Options

eigenpal runs expected delete [options] <run-id> <name>

Delete an expected artifact.

Arguments

Options