skillnet 0.6.0

Manage canonical AI skill stores, derived views, and calibration data for multi-phase-plan.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod heuristics;
pub mod inputs;
pub mod meta;
pub mod outcome;
pub mod thresholds;

pub use heuristics::{Catalog, Heuristic, HeuristicCategory, CATALOG, HEURISTICS};
pub use inputs::{PhaseInputs, PlanInputs};
pub use meta::{MetaHeuristic, MetaHeuristicInputs, META_HEURISTICS};
pub use outcome::TriggerOutcome;
pub use thresholds::{ThresholdSource, ThresholdStore};