Type Aliases

WriteProvenanceMode

Type Alias: WriteProvenanceMode

WriteProvenanceMode = NonNullable<FlowChartExecutorOptions["writeProvenance"]>

Defined in: src/core/agent/types.ts:61

Per-write read-provenance policy — AgentOptions.writeProvenance. Derived structurally from footprintjs's executor options (the engine owns the vocabulary; it does not export the alias), so the two can never drift.

On this page