agentic

Mission Engine

The orchestration layer that walks a Mission through plan → quote → policy → execute → verify → complete with durable state transitions.

The Mission Engine owns the lifecycle of every mission. It is durable: every state transition is committed to SQLite before the next step executes, so a process crash mid-mission doesn't double-pay or lose proof of work already done.

The engine is where the architectural rule "Agent proposes; Policy decides; Signer signs; Verifier validates; Ledger records" is enforced operationally — every step that involves money flows through the Policy Engine first, the isolated Signer second, the verifier last, with audit events between every transition.

Related
Where this term shows up