rswarm 0.1.8

A Rust implementation of the Swarm framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod agent;
pub mod agent_serde;
pub mod builder;
pub mod initialization;
pub mod integration;
pub mod message;
pub mod parallel_tool_calls;
pub mod phase3;
pub mod runtime_enforcement;
pub mod stream;
pub mod swarm_run;
pub mod tool_args;