Marketplace
<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
omnigent
Othertogo impl provider — implement autopilot issues via the Omnigent multi-agent harness (secured behind Coder)
togo-framework
bash
togo install togo-framework/omnigentInstall
bash
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:
bash
togo install togo-framework/omnigent
togo provider:use impl omnigentSecured behind Coder auth — for free
The 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:
bash
togo provider:use impl omnigent
togo provider:use exec coder
Config (dynamic — CLI / .env / settings)
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) |
Rows per page
1–4 of 4Page 1 of 1
<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>