Sign inSign up

k33g/mm-tui

By k33g

Updated about 4 hours ago

Sandbox Kit
0

152

k33g/mm-tui repository overview

Digest

sha256:98e3d8e4899a…

Size

2 Bytes

Schema

v2

Pushed

about 4 hours ago

Specificationspec.yaml

SANDBOX KIT

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.


Arguments
NameRequiredDefaultDescription
configOptional

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.

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


Network Egress

host.docker.internal:12434

localhost:12434

host.docker.internal:8080

localhost:8080

Run in a Sandbox

sbx run k33g/mm-tui:0.1.3

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
No overview available
This repository doesn't have an overview