netsky-core
netsky core: agent model, prompt loader, spawner, and config.
Install path
cargo install netsky
Usage
use Config;
let cfg = load?;
dbg!;
netsky core: agent model, prompt loader, spawner, and config.
cargo install netsky
use netsky_core::Config;
let cfg = Config::load()?;
dbg!(cfg);