sha256:e30fc0f99b4cea51537f77dbc6718bc85f63d9d521ce844a8715e8f7352edcfb
Last pushed
about 23 hours by k33g
Type
Sandbox Kit
Manifest digest
sha256:e30fc0f99b4cea51537f77dbc6718bc85f63d9d521ce844a8715e8f7352edcfb
Runs mm, a minimal coding agent for local LLMs, in its single-window terminal mode (`mm -tui`) on the workspace. The model server (Docker Model Runner or llama-server) stays on the host: inside the sandbox `localhost` is the sandbox itself, so the configuration file must reach the host through host.docker.internal — agent.dmr.yaml already falls back to it.
| 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. Empty: ./agent.yaml in the workspace, then the built-in defaults. |
tag | Optional | 0.1.1 | 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-tui:0.1.1Run the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbx