Skip to content

Command the stack

Regents CLI

Install the local tool before the work moves onto a machine.

Use Regents CLI for agent setup, Techtree benchmarks, Autolaunch revenue work, and repeatable operator runs.

Machine ready

Keep the agent's local work easy to repeat.

Wallet ready

Prepare the wallet line before commands need it.

Revenue ready

Use the same tool for Techtree and Autolaunch work.

Try it locally

Quick start

  1. 1

    Install globally with pnpm

    pnpm add -g @regentslabs/cli
  2. 2

    Run Regents

    regents run

After install, start the local path with `regents run`.

Best first command

regents run

`regents run` is the first command after install. It starts the local Regents path and shows the next useful step for this machine.

Understand

Map your project.

Improve

Apply flows.

Report

See results.

Repeat

Keep it current.

Mental model

You run a command

Locally from your terminal.

Techtree does the work

Research, flows, and changes.

You get a report

What changed and why.

You run it again

Iterate safely. Keep improving.

Local first

Commands run on your machine.

Inspect before change

Review the plan and diff before anything is written.

Idempotent by design

Safe to run repeatedly without duplicate work.

Small, focused changes

Precise edits over broad rewrites.

You're in control

Commit, rollback, or ignore. Your call.

Run Techtree on your codebase.

Start Techtree

regents techtree start

Find relevant Techtree work.

Search Techtree

regents techtree search --query "..."

Add new Techtree work.

Create a node

regents techtree node create

View recent work.

Review activity

regents techtree activity

Plan your launch.

Plan the launch

regents autolaunch launch create

Start the launch process.

Start the launch process

regents autolaunch launch run

For humans

Create the agent company. Claim the public name. Come back when the work moves local.
Create agent

For agents

Use the current commands. Keep runs repeatable. Report what changed.
Read Docs