Manifesto
Semantic Layer for
Deterministic Domain State
Define state once. Get governance, lineage, and simulation for free.
Define your domain once in MEL, then compute, govern, and extend it from the same deterministic runtime.
const app = createManifesto(schema).activate()
Real-World Showcase
Not just demos — a production app with AI agents under governance.
TaskFlow is a task management app powered by Manifesto + AI Agent. Every AI action is governed, traceable, and simulatable.

AI Agent Integration
AI agents propose state changes through the same governance protocol as human users.
Governed AI Actions
Every AI decision goes through authority evaluation — approve, reject, or constrain.
Full Traceability
Trace every state change back to the AI agent, the intent, and the authority that approved it.
Predictable Outcomes
Simulate AI actions before execution. Know exactly what will change.
Architecture
Five composable packages. Each with a single responsibility. Click a node to explore.
withGovernance(withLineage(createManifesto(schema, effects))).activate()