aibots 0.0.1

AI Bots - AI Agent Framework powered by PraisonAI
Documentation
# AIBots

AI Bots - AI Agent Framework powered by [PraisonAI](https://github.com/MervinPraison/PraisonAI).

## Installation

```bash
cargo add aibots
```

## Usage

```rust
fn main() {
    println!("aibots v{}", aibots::version());
}
```

## License

MIT