netsky-core 0.1.7

netsky core: agent model, prompt loader, spawner, config
Documentation

netsky-core

License: MIT

netsky core: agent model, prompt loader, spawner, and config.

Install path

cargo install netsky

Usage

use netsky_core::Config;
let cfg = Config::load()?;
dbg!(cfg);

Project

netsky.ai