togo install togo-framework/omnigentA togo impl provider backed by Omnigent — the
multi-agent meta-harness. Implements autopilot issues by running the omni CLI,
so you get any-agent orchestration (Claude/Codex/custom), spend caps, model
routing and OS sandboxing instead of a single hard-coded agent.
Registers into autopilot's impl
slot. Off by default — opt in:
togo install togo-framework/omnigent
togo provider:use impl omnigentThe impl runs through autopilot's Env, so when the exec provider is
coder the omni process runs inside
the Coder workspace — Omnigent's auth-less API is reached only within the
Coder-governed, network-isolated environment. Pair them:
togo provider:use impl omnigent
togo provider:use exec coder| Key | Default | Purpose |
|---|---|---|
OMNIGENT_BIN |
omni |
omni CLI binary |
OMNIGENT_FLAGS |
-p |
flags before the prompt (space-separated) |
OMNIGENT_AGENT |
— | optional --agent (claude, codex, …) |
OMNIGENT_API |
— | Omnigent server URL (used by togo provider:test) |