Skip to main content

Module observation

Module observation 

Source
Expand description

Post-execution observation artifacts: execution receipts, observation bundles, and external ledger entries.

These types capture the outcome of executed effects, post-execution observation state, and external-system side-effect records for governance audit trails.

Structs§

EffectExecutionReceiptV1
Record of an effect’s execution outcome including state, partial-completion flags, and generated side-effects.
EffectExecutionReceiptV1Builder
Builder for EffectExecutionReceiptV1.
EffectObservationBundleV1
Post-execution observation bundle that captures observed outcome, drift, and closure recommendation.
EffectObservationBundleV1Builder
Builder for EffectObservationBundleV1.
ExternalEffectLedgerEntryV1
Ledger entry recording an effect’s side-effect in an external system for audit and reconciliation.
ExternalEffectLedgerEntryV1Builder
Builder for ExternalEffectLedgerEntryV1.