Skip to content
docsv0.1.0

Milpa Runtime v0.1.0

The bootable Milpa kernel — composes core, container, events, http and plugin into a running app with a config-driven plugin registry, capability checks before boot, and lifecycle events. Zero database, zero magic.

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/runtime

API reference

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

Core 2

Events 4

Http 5

Support 2