Synaptic Mesh CLI
Complete CLI library for the Synaptic Neural Mesh project, integrating all components.
Features
- Complete Integration: All Synaptic Neural Mesh components in one CLI
- P2P Operations: Launch and manage mesh nodes
- Neural Networks: Train and run WASM neural networks
- Swarm Management: Control distributed agent swarms
- QuDAG Networking: Quantum-resistant DAG operations
Installation
Usage
# Start a mesh node
# Create a swarm
# Train a neural network
# Query mesh status
Library Usage
use ;
let cmd = NodeStart ;
execute_command.await?;
License
MIT OR Apache-2.0