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
@@ -10,6 +10,7 @@ members = [
"crates/engram-projection",
"crates/engram-tx",
"crates/engram-crypto",
"crates/engram-reasoning",
# engram-wasm is in bindings/ and compiled separately via wasm-pack
# (wasm targets can't be in the same workspace build as native targets)
]