Milpa Event Store v0.1.0
A tiny append-only event log: append events, replay a stream, project state from the fold. Two interchangeable stores — file (JSONL) and in-memory — behind one interface, with zero dependencies. The persistence primitive under Milpa's event-sourced process engine.
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