aprender-orchestrate 0.29.0

Sovereign AI orchestration: autonomous agents, ML serving, code analysis, and transpilation pipelines
Documentation
1
2
3
4
5
6
7
8
9
//! Tests for experiment tracking module.
//!
//! Comprehensive test coverage for all experiment tracking types and functionality.
//! Tests are split into submodules by domain:
//! - types_tests: ComputeDevice, metrics, benchmark, platform efficiency
//! - run_tests: ExperimentRun, storage, research artifacts, sovereign distribution

mod run_tests;
mod types_tests;