Skip to main content
Agents boot from the standard agent image, optionally customized by a template.

Templates

A template is either a registry ID or a GitHub repo containing a Dockerfile that extends ghcr.io/zwrm-eu/agent-base:latest. The template is stored on the agent, so reconnects reuse it. GitHub templates are built per repo + commit and cached. Registry templates:

VM sizes

The default agent size is performance-2x. Set a per-agent default with zwrm agent update --size, or override per run with zwrm agent run --size.
Builds want performance-2x or larger — a 512 MB VM will OOM a go build.