coder
togo exec provider — run autopilot jobs in isolated Coder workspaces on your own infra
togo install togo-framework/coderStars0
LanguageGo
LicenseMIT
Last push2026-07-03
- agents
- coder
- exec
- go
- golang
- plugin
- togo
- togo-framework
Readme
togo-framework/coder
Part of the togo framework.
Install
bash
A 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
How it works
Acquire → coder create autopilot-<id> --template <CODER_TEMPLATE>; the impl
(claude/omnigent) then runs inside the workspace via coder ssh … -- bash -lc 'cd && …'; 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 |
💎 Premium sponsors
Support togo — become a sponsor.