| Crates.io | synaptic-neural-mesh |
| lib.rs | synaptic-neural-mesh |
| version | 0.1.0 |
| created_at | 2025-07-13 13:25:17.633192+00 |
| updated_at | 2025-07-13 13:25:17.633192+00 |
| description | Neural mesh coordination layer for distributed AI agents in Synaptic Neural Mesh |
| homepage | https://github.com/ruvnet/Synaptic-Mesh |
| repository | https://github.com/ruvnet/Synaptic-Mesh |
| max_upload_size | |
| id | 1750513 |
| size | 49,513 |
Neural mesh coordination layer for distributed AI agents in the Synaptic Neural Mesh project.
use synaptic_neural_mesh::{NeuralMesh, Agent};
#[tokio::main]
async fn main() {
let mesh = NeuralMesh::new();
let agent = Agent::new("agent-1");
mesh.add_agent(agent).await;
}
MIT OR Apache-2.0