# ricecoder-agents
Multi-agent framework for specialized task execution.
## Features
- Composable agent architecture
- Async-first design for non-blocking I/O
- Specialized agents for different tasks
- Workflow orchestration
- Error transparency and explicit error handling
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-agents = "0.1"
```
## Usage
```rust
use ricecoder_agents::*;
// Create and execute agents
```
## Documentation
For more information, see the [documentation](https://docs.rs/ricecoder-agents).
## License
MIT