Sign inSign up

k33g/mm-acp:0.1.0

Manifest digest

sha256:7db1fe5cd9676eff4c249b2d1a3cff3ac50a77c9dc2f6c7d440070f8f433be9f

Last pushed

2 days by k33g

Type

Sandbox Kit

Manifest digest

sha256:7db1fe5cd9676eff4c249b2d1a3cff3ac50a77c9dc2f6c7d440070f8f433be9f

SANDBOX KIT

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.


Arguments
NameRequiredDefaultDescription
configOptional

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.

tagOptional0.1.0

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).


Network Egress

host.docker.internal:12434

localhost:12434

host.docker.internal:8080

localhost:8080

Run in a Sandbox

sbx run k33g/mm-acp:0.1.0

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx