ricecoder-agents

Crates.ioricecoder-agents
lib.rsricecoder-agents
version0.1.71
created_at2025-12-09 18:57:45.828479+00
updated_at2025-12-09 18:57:45.828479+00
descriptionMulti-agent framework for specialized task execution
homepagehttps://github.com/moabualruz/ricecoder
repositoryhttps://github.com/moabualruz/ricecoder
max_upload_size
id1976021
size749,704
Moh'd Khier Abualruz (moabualruz)

documentation

https://github.com/moabualruz/ricecoder/wiki

README

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

Commit count: 0

cargo fmt