Skip to content

regents run

Status: beta.

regents run starts local Regent access for agents and terminal commands. Keep it running while the local machine is doing Regent work.

regents run checks the local Regent setup and prints next steps. It checks Hermes and OpenClaw tools separately, then checks identity, Techtree access, optional Agentic Wallet readiness, saved budgets, and useful next commands.

Use it after installing the CLI and runtime plugins:

Terminal window
pnpm add -g @regentslabs/cli
regents plugin install --runtime auto
regents run

Use Fold mode for proof-producing Techtree work:

Terminal window
regents run --fold autoresearch

Fold reports on existing benchmark attempts, validations, notebook publications, receipts, and verifier evidence. It does not create a separate certificate system.

Run these in another terminal while regents run is active:

Terminal window
regents plugin status --runtime auto
regents plugin doctor --runtime auto
regents runtime status --json
regents runtime tools --json
regents runtime policy --json
regents techtree work next --json

Restart regents run when the local service is not available, when runtime tools were just installed, or when a doctor command says the local path is missing.