@listenbehind/multi-agent-orchestrator
v1.2.1
Published
Spec-driven multi-agent orchestrator with HTTP harness runtime (WorkflowBundle, SSE, mao-server)
Maintainers
Readme
@listenbehind/multi-agent-orchestrator
Spec-driven multi-agent orchestration with a harness HTTP runtime: validate WorkflowBundle, submit runs, inspect state, SSE progress, and optional mao-server CLI.
The unscoped name multi-agent-orchestrator on npm is a different package; installs use the scoped name below.
Install
npm install @listenbehind/multi-agent-orchestratorGlobal CLI (HTTP server):
npm install -g @listenbehind/multi-agent-orchestrator
mao-serverOne-off without global install:
npx @listenbehind/multi-agent-orchestrator mao-serverRequirements: Node.js 20+. Native dependency better-sqlite3 (install may require build tools on your platform).
Docs in this repo
- Harness Runtime API — endpoints, bundle shape,
~/.mao/.mao/config.json - Example MAO config
From source (monorepo)
git clone <repo-url>
cd multi-agent-orchestrator
npm install
npm run build
npm run server:runLicense
ISC
