swarms-rs 0.1.9

The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod agent;
pub mod concurrent_workflow;
pub mod conversation;
pub mod execute_agent_batch;
pub mod graph_workflow;
pub mod persistence;
pub mod sequential_workflow;
pub mod swarm;
pub mod swarms_client;
pub mod swarms_router;
pub mod tool;
mod utils;

#[cfg(test)]
pub mod test_utils;