Skip to content
docsv0.1.0

Milpa Orchestrator v0.1.0

Event-sourced process orchestration for Milpa: everything is a process, a process is a state machine, and state is a projection of an append-only log. Human gates carry live decision surfaces whose options map 1:1 to the process's own transitions; self-approval is refused by construction; three MCP tools drive it all. The greenhouse (example-agent-ready-blog) proved the loop before this package froze the contracts.

Modules declare the capabilities they provide and require, expose tools an agent can invoke, and gate mutating actions behind verification. The contract loop that runs through the whole system:

plugin → capability → tool → verification → event → result

installbash
composer require milpa/orchestrator

API reference

16 public types across 2 namespaces — every symbol carries a DocBlock, and this reference is generated straight from them.

Core 12

Tools 4