sha256:a8cdbc4a3d4d…
2 Bytes
v2
about 4 hours ago
Holds mm, a minimal coding agent for local LLMs, for an editor that speaks the Agent Client Protocol (Zed, …). The editor runs `sbx exec -i <sandbox> mm -acp`; every command and file edit the model asks for happens inside the sandbox, on the mounted workspace. The model server stays on the host, reached through host.docker.internal.
| Name | Required | Default | Description |
|---|---|---|---|
config | Optional | | Configuration file mm reads (its AGENT_CONFIG): an absolute path inside the sandbox, or a path relative to the workspace, which is where `sbx exec` starts mm. Empty: ./agent.yaml in the workspace, then the built-in defaults. |
tag | Optional | 0.1.3 | Tag of the k33g/mm-sandbox image: mm's version without the "v", as docker-sbx/build.sh tags it (and rewrites this default to). |
host.docker.internal:12434
localhost:12434
host.docker.internal:8080
localhost:8080
sbx run k33g/mm-acp:0.1.3Run the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbx