Skip to main content

Module query_memory

Module query_memory 

Source
Expand description

QueryMemoryUseCase โ€” application layer read path.

Read-only: no Txn opened, no writes. Delegates to TruthEngine (fold) then Projection (project). now is injected by the EngineHandle boundary.

Structsยง

QueryMemoryUseCase
Use-case: query the canonical belief for a (subject, predicate) line. Generic over persistence and vector ports. Vector is optional: None = structural-only mode (v0.1 default).