feat: engram-reasoning — graph-native inference engine, evidence chains, confidence propagation

This commit is contained in:
Will Anderson
2026-04-27 18:36:37 -05:00
parent 192528543f
commit 61a4632163
11 changed files with 2052 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ path = "src/main.rs"
[dependencies]
engram-core = { path = "../engram-core" }
engram-reasoning = { path = "../engram-reasoning" }
engram-sync = { path = "../engram-sync" }
engram-projection = { path = "../engram-projection" }
engram-tx = { path = "../engram-tx" }