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§
- Chain
Verification - Result of hash chain verification.
- Context
Snapshot - Snapshot of pipeline context for audit purposes.
- Hash
Chain Entry - Hash chain entry for tamper-evident audit trail.
- Pipeline
Audit Collector - Collector for pipeline audit trails.
- Pipeline
Path - Decision path representing a pipeline stage execution.
- Pipeline
Trace - A single audit trace entry for pipeline execution.
- Stage
Timer - 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.