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>
coder
Othertogo exec provider — run autopilot jobs in isolated Coder workspaces on your own infra
togo-framework
bash
togo install togo-framework/coderInstall
bash
togo install togo-framework/coderA togo exec provider backed by Coder: runs each autopilot job inside an isolated, disposable Coder workspace on your own infrastructure instead of the local machine — so agents get governed, reproducible environments.
Registers into autopilot's exec
capability slot. Off by default — opt in per project:
bash
togo install togo-framework/coder
togo provider:use exec coder
togo config:set CODER_TEMPLATE omni-dev
How it works
Acquire → coder create autopilot-<id> --template <CODER_TEMPLATE>; the impl
(claude/omnigent) then runs inside the workspace via
code
coder ssh … -- bash -lc 'cd <repo> && …'release → coder delete. Nothing touches your dev tree.
Config (dynamic — CLI / .env / settings)
Key | Default | Purpose |
|---|---|---|
| CODER_TEMPLATE | — (required) | workspace template to provision |
| CODER_REPO_DIR | ~/workspace | repo path inside the workspace |
| CODER_BIN | coder | coder CLI binary |
| CODER_KEEP | — | 1 keeps the workspace after use |
| CODER_URL / CODER_TOKEN | — | used by togo provider:test |
Rows per page
1–5 of 5Page 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>