Skip to main content

session_memory_facts

Function session_memory_facts 

Source
pub fn session_memory_facts(
    workspace: &Path,
    session_id: &str,
    limit: usize,
) -> Result<Vec<FactRecord>, SessionStoreError>
Expand description

Read one session’s grounded facts from its derived memory view.

Returns an empty list when the view has not been written yet; unlike query_facts this never scans sibling sessions.