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
+13
View File
@@ -587,6 +587,18 @@ dependencies = [
"uuid",
]
[[package]]
name = "engram-reasoning"
version = "0.1.0"
dependencies = [
"anyhow",
"engram-core",
"serde",
"tempfile",
"thiserror 1.0.69",
"uuid",
]
[[package]]
name = "engram-server"
version = "0.1.0"
@@ -597,6 +609,7 @@ dependencies = [
"engram-core",
"engram-crypto",
"engram-projection",
"engram-reasoning",
"engram-sync",
"engram-tx",
"mime_guess",