Skip to content

togo-framework/coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

togo

togo-framework/coder

marketplace pkg.go.dev MIT

Part of the togo framework.

Install

togo install togo-framework/coder

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:

togo install togo-framework/coder
togo provider:use exec coder
togo config:set CODER_TEMPLATE omni-dev

How it works

Acquirecoder create autopilot-<id> --template <CODER_TEMPLATE>; the impl (claude/omnigent) then runs inside the workspace via coder ssh … -- bash -lc 'cd <repo> && …'; releasecoder 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

ID8 Media      One Studio

Support togo — become a sponsor.

About

togo exec provider — run autopilot jobs in isolated Coder workspaces on your own infra

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages