car-multi 0.26.0

Multi-agent coordination patterns for Common Agent Runtime
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Coordination patterns for multi-agent systems.

pub mod adversarial_review;
pub mod advisor;
pub mod delegator;
pub mod fleet;
pub mod foreman;
pub mod map_reduce;
pub mod pipeline;
pub mod spawn_subtask;
pub mod supervisor;
pub mod swarm;
pub mod tournament;
pub mod vote;