pub fn query_facts(
workspace: &Path,
limit: usize,
) -> Result<Vec<FactRecord>, SessionStoreError>Expand description
Cross-session long-term-learning query: collect grounded facts from every session’s derived memory envelope. This is how the agent learns across sessions without loading any history into context.