AI agent orchestration tool - As AI
`azai` is a Rust library for building and orchestrating AI agents. It provides a simple, ergonomic API for creating multi-agent systems powered by large language models.
**This crate is under active development.** The API is subject to change.
Add this to your `Cargo.toml`:
```toml
[dependencies]
azai = "0.1"
```
MIT