nhra_gt.domain.audit¶
Classes¶
Recorder
¶
Records structured audit trails and manages versioned artifacts for experiments.
Source code in src/nhra_gt/domain/audit.py
Functions¶
start_experiment(experiment_name, **metadata)
¶
Starts a new experiment record and creates a timestamped directory.
Source code in src/nhra_gt/domain/audit.py
get_artifact_path(filename)
¶
Returns a versioned path for an artifact within the current experiment directory.
Source code in src/nhra_gt/domain/audit.py
end_experiment()
¶
Ends the current experiment record and saves metadata to disk.