Skip to main content

Module audit

Module audit 

Source
Expand description

Pipeline Audit Trail Integration

Provides distributed provenance and audit logging for transpilation pipelines using entrenar’s inference monitoring infrastructure.

§Features

  • Stage Execution Tracking: Record decision paths for each pipeline stage
  • Hash Chain Provenance: Tamper-evident audit trails for distributed execution
  • Pipeline Lineage: Track input→output transformations with full reproducibility

§Toyota Way: 品質は作り込む (Hinshitsu wa tsukuri komu)

Quality is built in - every pipeline execution is fully auditable.

Structs§

ChainVerification
Result of hash chain verification.
ContextSnapshot
Snapshot of pipeline context for audit purposes.
HashChainEntry
Hash chain entry for tamper-evident audit trail.
PipelineAuditCollector
Collector for pipeline audit trails.
PipelinePath
Decision path representing a pipeline stage execution.
PipelineTrace
A single audit trace entry for pipeline execution.
StageTimer
Timer for measuring stage execution duration.

Functions§

new_audit_collector
Create a new pipeline audit collector with a generated run ID.
record_failure
Record a failed stage execution.
record_success
Record a successful stage execution.