mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
New example: examples/edge/ - Distributed AI swarm communication using ruv-swarm-transport - WebSocket, SharedMemory, and WASM transport support - Intelligence sync for distributed Q-learning patterns - Shared vector memory for collaborative RAG - LZ4 + quantization tensor compression (up to 12x) - Protocol with Join, Sync, Task, Election messages - Agent roles: Coordinator, Worker, Scout, Specialist Binaries: - edge-demo: Demo of distributed learning - edge-agent: CLI agent that joins swarm - edge-coordinator: Swarm coordinator Dependencies: - ruv-swarm-transport v1.0.5 - tokio, serde, lz4_flex, clap |
||
|---|---|---|
| .. | ||
| agent.rs | ||
| coordinator.rs | ||
| demo.rs | ||