swarms-rs 0.1.4

A Rust implementation of the Swarms framework for building multi-agent systems
Documentation
1
2
3
4
5
6
7
8
9
// src/structs/mod.rs

// pub mod concurrent_exec;

pub mod agent;
pub mod conversation;
pub mod persistence;
pub mod tool;
// pub mod concurrent_exec;