feat: Engram sync layer — swarm memory protocol, peer delta sync, distributed activation

This commit is contained in:
Will Anderson
2026-04-27 17:18:51 -05:00
parent f33d789471
commit 87ca0d11c5
17 changed files with 6637 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod core;
pub mod sync;
pub mod swarm;