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 loopscontainer addto scaffold containers. - outrig config – group of commands for outrig’s configuration. v0:
config init(writes the global~/.outrig/config.toml). - outrig container – group of commands for container-configs. v0:
container add(scaffolds a Dockerfile under.agents/outrig/containers/<name>/). - AI-assisted design – use
outrig mcp selfwhen the built-in container templates do not fit. - outrig run – start an interactive agent session. The main subcommand.
- outrig mcp – expose a container-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 container-configs, capturing transcripts, scripted single-prompt runs).
For exhaustive flag-by-flag reference, see Reference -> CLI.