Skip to main content

Commands

Core

File

Secrets

Dataset

Experiment

Session

Env

Details

eigenpal agents list|ls [options]

List agents.

Options

eigenpal agents validate [options] [dir]

Validate a local agent package (layout, manifest, schemas, and Git source rules).

Arguments

Options

eigenpal agents clone [options]

Clone the organization source repository.

Options

eigenpal agents install [options] [packageRef]

Materialize a source package and its workspace dependencies.

Arguments

Options

eigenpal agents init [options] <name>

Create a new source package scaffold.

Arguments

Options

eigenpal agents pull [options]

Pull organization source from origin/main with —ff-only. For datasets use agents dataset pull; for run artifacts use runs artifacts fetch.

Options

eigenpal agents commit [options]

Validate changed source packages and commit them.

Options

eigenpal agents save [options]

Validate, commit if dirty, and push the current source branch.

Options

eigenpal agents push [options]

Push the current organization source branch and tags.

Options

eigenpal agents upgrade [options]

Upgrade the source repository schema in place.

Options

eigenpal agents doctor [options]

Check organization source repository health.

Options

eigenpal agents status [options]

Show source repo and package status.

Options

eigenpal agents deps [options]

List package workspace dependencies.

Options

eigenpal agents clean [options]

Require a clean source working tree.

Options

eigenpal agents show [options] <automation>

Show Git-backed automation details.

Arguments

Options

eigenpal agents versions [options] <package>

List package release versions.

Arguments

Options

eigenpal agents release [options] <version> [dir]

Create and push an immutable package release tag. Never move or overwrite an existing tag; release a new patch instead.

Arguments

Options

eigenpal agents sync [options] [automation]

Sync an automation from the latest Git source release.

Arguments

Options

eigenpal agents file list|ls [options] <agent-id-or-slug>

List live files for an agent.

Arguments

Options

eigenpal agents file get [options] <agent-id-or-slug> <remote-path>

Download one live agent file.

Arguments

Options

eigenpal agents file diff [options] <agent-id-or-slug> <remote-path> <local-path>

Compare one live agent file against a local file.

Arguments

Options

eigenpal agents secrets|secret list|ls [options]

List secret names declared in secrets.enc.yaml (never prints values).

Options

eigenpal agents secrets|secret set [options] <name>

Encrypt and set a secret value in secrets.enc.yaml.

Arguments

Options

eigenpal agents secrets|secret unset [options] <name>

Remove a secret from secrets.enc.yaml.

Arguments

Options

eigenpal agents secrets|secret import [options] <env-file>

Import KEY=value entries from an env file into secrets.enc.yaml.

Arguments

Options

eigenpal agents secrets|secret export [options] [target]

Decrypt source secrets and print shell exports.

Arguments

Options

eigenpal agents dataset list|ls [options] <agent-id-or-slug>

List dataset examples for an agent.

Arguments

Options

eigenpal agents dataset push [options] <agent-id-or-slug>

Upload dataset examples from a local dataset directory or zip archive.

Arguments

Options

eigenpal agents dataset pull [options] <agent-id-or-slug>

Download an agent dataset as a .zip archive.

Arguments

Options

eigenpal agents dataset validate [options] [path]

Validate a local dataset directory against the canonical examples/<name> layout. Defaults to ./dataset/.

Arguments

Options

eigenpal agents experiment|exp run [options] <agent-id-or-slug>

Start an experiment over dataset examples.

Arguments

Options

eigenpal agents experiment|exp status [options] <agent-id-or-slug> <batch-id>

Get experiment status.

Arguments

Options

eigenpal agents experiment|exp results [options] <agent-id-or-slug> [batch-id]

Print experiment results as JSON or CSV.

Arguments

Options

eigenpal agents experiment|exp list|ls [options] <agent-id-or-slug>

List experiments.

Arguments

Options

eigenpal agents experiment|exp compare|diff [options] <batch-id-a> <batch-id-b>

Diff eval scores between two experiment batches.

Arguments

Options

eigenpal agents experiment|exp cancel [options] <agent-id-or-slug> <batch-id>

Cancel every active execution in an experiment.

Arguments

Options

eigenpal agents session list|ls [options] <agent-id-or-slug>

List builder sessions for an agent.

Arguments

Options

eigenpal agents session get [options] <session-id>

Get a builder session and messages.

Arguments

Options

eigenpal agents session start [options] <agent-id-or-slug>

Start a builder session.

Arguments

Options

eigenpal agents session message [options] <session-id>

Append a message to a builder session.

Arguments

Options

eigenpal agents session stop [options] <session-id>

Stop a builder session.

Arguments

Options

eigenpal agents env pull [options] [target]

Decrypt source secrets and print shell exports.

Arguments

Options