skillnet 0.3.0

Reconcile and manage local AI skill mirrors; calibration data for the multi-phase-plan skill.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analyze;
pub mod changelog;
pub mod db;
pub mod decide;
pub mod format;
pub mod housekeeping;
pub mod propose;
pub mod query;
pub mod record;
pub mod sidecar;
pub mod tag;

pub use db::Db;