Usage
This section is the day-to-day operator’s guide: what each subcommand does, what the REPL looks like in practice, what comes back when something goes wrong.
- outrig init – one-shot setup orchestrator: runs
config initif needed, writes.agents/outrig/config.toml, and loopsimage addto scaffold image-configs. - outrig config – group of commands for outrig’s configuration. v0:
config init(writes the global~/.outrig/config.toml). - outrig image – group of commands for image-configs. v0:
image add(scaffolds a Dockerfile under.agents/outrig/images/<name>/). - AI-assisted design – use
outrig mcp selfwhen the built-in image templates do not fit. - outrig run – start an interactive agent session. The main subcommand.
- outrig mcp – expose an image-config’s MCP tools to an external client.
- outrig build – pre-warm the image cache so the next
outrig runis instant. - Sessions –
outrig ls,outrig logs,outrig discard,outrig clean. - Recipes – common patterns (multiple image-configs, capturing transcripts, scripted single-prompt runs).
For exhaustive flag-by-flag reference, see Reference -> CLI.