init: Engram v0.1 — native memory substrate for accumulating intelligence

Memory is not stored and retrieved — it is activated and propagated.
Implements the spreading activation model with salience decay, typed edges,
four memory tiers, and flat cosine vector search over a sled embedded store.
This commit is contained in:
Will Anderson
2026-04-27 15:37:42 -05:00
commit 0a8312b263
20 changed files with 2375 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
target/
*.db
.DS_Store