Interface AgentExecutionInputSnapshotV1

Owned, deeply frozen inputs used across authorization and receipt awaits.

interface AgentExecutionInputSnapshotV1 {
    approval: AgentApprovalV1;
    context: AgentExecutionContextV1;
    dryRun: AgentDryRunV1;
    operation: AgentOperationInputV1;
    policy: AgentPlanPolicyV1;
}

Properties

approval: AgentApprovalV1