Interface NlMapPlanApprovalExperimental

A verified agent-safety approval bundle for one plan: the dry run and policy it was issued against, the live source-binding context, and the signed envelope itself. Produced by approveNlMapPlan.

interface NlMapPlanApproval {
    approval: AgentApprovalV1;
    context: AgentExecutionContextV1;
    dryRun: AgentDryRunV1;
    policy: AgentPlanPolicyV1;
}

Properties

approval: AgentApprovalV1