netsky-core 0.1.7

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

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

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

## Install path

`cargo install netsky`

## Usage

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

## Project

[netsky.ai](https://netsky.ai)