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:
[]
= "0.1"
Usage
use *;
// Create and execute agents
Documentation
For more information, see the documentation.
License
MIT