Skip to main content

memory_retrieval_bundle

Function memory_retrieval_bundle 

Source
pub fn memory_retrieval_bundle<T: Clone + 'static>(
    graph: &Graph,
    opts: MemoryRetrievalBundleOptions<T>,
) -> MemoryRetrievalBundle<T>
Expand description

Build a graph-visible memory retrieval bundle from explicit fragment/query deps.

Invalid fragments and ranking status are emitted as ordinary DATA facts. The bundle never owns storage restore or hidden mutation; callers that need persistence compose D161 collection/storage sidecars outside this pattern.