| Crates.io | synaptic-daa-swarm |
| lib.rs | synaptic-daa-swarm |
| version | 0.1.0 |
| created_at | 2025-07-13 13:29:30.900023+00 |
| updated_at | 2025-07-13 13:29:30.900023+00 |
| description | Distributed Autonomous Agent swarm intelligence framework for Synaptic Neural Mesh |
| homepage | https://github.com/ruvnet/Synaptic-Mesh |
| repository | https://github.com/ruvnet/Synaptic-Mesh |
| max_upload_size | |
| id | 1750517 |
| size | 51,512 |
Distributed Autonomous Agent swarm intelligence framework for the Synaptic Neural Mesh project.
use synaptic_daa_swarm::{Swarm, SwarmBehavior};
#[tokio::main]
async fn main() {
let mut swarm = Swarm::new();
swarm.add_behavior(SwarmBehavior::Flocking);
swarm.run().await;
}
MIT OR Apache-2.0