wetwork.dev
Many agents. One clean host. No loose ends.
What?
wetwork.dev is an AI-agent development style built around one long-lived Docker host. The machine running the agent CLI stays clean: it edits files and controls Docker. The deliverable lives in `app/`; the agent workbench lives in `tools/`. Agents add narrow Dockerfiles and Compose services for tests, browsers, SDKs, scanners, migrations, and one-off jobs, then clean up the services they start.
Example Repo Layout
Download template reporepo/
├── AGENTS.md
├── app/
│ ├── Dockerfile
│ └── src/
└── tools/
├── Dockerfile.test
├── Dockerfile.browser
├── docker-compose.yml
└── README.md
Just Need AGENTS.md?
This is only for hosts that already have Docker and an agent CLI installed. If not, start with Host Setup.
Loading instructions...
Host Setup
Ubuntu 26 LTS, including WSL. Install Docker first. Add NVIDIA or ROCm only if the host has GPUs and containers need access to them. These commands follow upstream docs in upstream order.
Install Agent CLI
Install the agent CLI directly on the host OS alongside Docker.
Help Us
Found a cleaner agent rule, a better upstream setup command, or a template layout that works well under pressure? Send it to intel@wetwork.dev.