agentic

Mission

A goal + budget + policy bundle that an agent (or a user) submits to Mission Control. The unit of work that gets quoted, paid for, verified, and audited.

In Mission Control, a Mission is the atomic unit of work. It carries a goal in plain language, a hard budget cap, a typed mission_type, and policy constraints (freshness window, source minimum, data sensitivity, etc.).

A mission has a strict state machine: created → planned → quoted → policy_checked → executing → verifying → completed (with branches into awaiting_approval, failed, disputed, refunded). Every transition is whitelisted and emits an AuditEvent in the hash-chained ledger.

Related
Where this term shows up