ricecoder-agents 0.1.71

Multi-agent framework for specialized task execution
Documentation

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:

[dependencies]

ricecoder-agents = "0.1"

Usage

use ricecoder_agents::*;

// Create and execute agents

Documentation

For more information, see the documentation.

License

MIT