reevesagents-orchestrator
v1.2.0
Published
PRE-BETA MCP orchestration package for ReevesAgents
Downloads
173
Maintainers
Readme
reevesagents-orchestrator PRE-BETA
PRE-BETA MCP orchestration test package for ReevesAgents.
This is not the main app. The stable reevesagents package is the spawner TUI, CLI, and Web beta. This package exists so maintainers and explicit pre-beta users can test MCP-connected root/worker coordination before it is stable enough for normal users.
Current boundaries:
- Root
pnpm installdoes not install this package. - The root
reevesagentsCLI exposes no MCP, setup, approval, or orchestration commands. - The root npm tarball does not include this directory.
- Normal npm, pnpm, one-off runner, Homebrew, GitHub Release tarball, and source installs for
reevesagentsare stable spawner installs only. - The all-in PRE-BETA path installs this package separately beside
reevesagents. - This package may change or break before it becomes stable.
Test it only when you intentionally want provider CLIs or host agents to call the ReevesAgents MCP control plane.
cd packages/orchestrator
pnpm install --frozen-lockfile
pnpm verifyFor the stable spawner TUI and CLI, install and run reevesagents.
Install
Stable app plus PRE-BETA orchestrator from npm:
npm install -g reevesagents reevesagents-orchestrator
reevesagents web --prebeta-orchestratorFrom release tarballs:
npm install -g ./reevesagents-1.2.0.tgz ./reevesagents-orchestrator-1.2.0.tgz
reevesagents web --prebeta-orchestratorDirect orchestrator CLI:
reevesagents-orchestrator --help
reevesagents-orchestrator mcpProvider MCP registration is explicit and PRE-BETA:
reevesagents-orchestrator setupsetup may write provider MCP config entries for supported provider CLIs. The
stable reevesagents package never runs this command automatically.
See docs/mcp-tools.md for tool roles, scope, and approval behavior.
