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 2454c83e82
commit 6601761cd9
17 changed files with 6637 additions and 11 deletions
+2
View File
@@ -5,6 +5,8 @@ members = [
"crates/engram-ffi",
"crates/engram-jni",
"crates/engram-migrate",
"crates/engram-sync",
"crates/engram-server",
# engram-wasm is in bindings/ and compiled separately via wasm-pack
# (wasm targets can't be in the same workspace build as native targets)
]