middleman-app
v0.2.0
Published
Local-first multi-agent orchestration platform.
Readme
Middleman
Middleman is a local-first multi-agent orchestration app you can start directly from npm.
Quick Start
npx middlemanThat starts one local server, serves the built dashboard UI from the same origin, and stores runtime state in ~/.middleman by default.
Useful Commands
middleman start --project /path/to/repo --port 48100 --no-open
middleman schedule list
middleman image generate --prompt "..." --input-image ./source.png --output /tmp/output.png
middleman brave-search search "query"Configuration
MIDDLEMAN_HOMEoverrides the default data directory (~/.middleman)MIDDLEMAN_PROJECT_ROOToverrides the default project root (current working directory)MIDDLEMAN_HOSTandMIDDLEMAN_PORToverride the bind address
The app also loads environment variables from:
<projectRoot>/.env~/.middleman/config.env
