update docs + agents

This commit is contained in:
2026-02-27 17:04:47 +01:00
parent fe1f58b5ce
commit 4f54fd81ce
15 changed files with 508 additions and 99 deletions

View File

@@ -47,6 +47,8 @@ pub struct OptimizationResult {
pub is_partial: bool,
/// A map of configuration files that were written to.
pub config_paths: HashMap<String, PathBuf>,
/// The comprehensive optimization matrix (Silent, Balanced, Performance).
pub optimization_matrix: Option<crate::agent_analyst::OptimizationMatrix>,
}
/// Pure mathematics engine for thermal optimization.