skillnet 0.4.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
pub mod calibration;
mod context;
mod mirror;
mod project;
mod skill;
pub mod status;
pub mod sync;

pub use context::Context;
pub use mirror::{list, sources, targets};
pub use project::{project_add, project_list, project_remove};
pub use skill::{delete, move_skill, rename, show};