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
mod cache;
mod calibration;
mod catalog;
mod cli;
mod commands;
mod config;
mod fs_ops;
mod model;
mod reconcile;

fn main() -> anyhow::Result<()> {
    cli::run()
}