swarms-rs 0.1.4

A Rust implementation of the Swarms framework for building multi-agent systems
Documentation
1
2
3
4
5
//! Swarms-rs is a Rust implementation of the Swarms framework for building multi-agent systems.
//! This crate provides core abstractions and implementations for agents, workflows and swarms.
pub mod agent;
pub mod llm;
pub mod structs;