microagent profiles
microagent profilesprofiles prints the built-in workspace resource profiles. Profiles are named
shortcuts for memory, CPU count, and rootfs disk size. create, run, and
start accept --profile <name>.
Profiles
Section titled “Profiles”| Profile | Memory MiB | CPUs | Disk MiB |
|---|---|---|---|
tiny | 256 | 1 | 512 |
small | 512 | 2 | 1024 |
medium | 2048 | 2 | 8192 |
large | 4096 | 4 | 16384 |
Example
Section titled “Example”microagent profilesmicroagent create research --image docker.io/library/ubuntu:24.04 --profile medium