Skip to main content

Module query

Module query 

Source
Expand description

Read-only queries across sessions for analytics and long-term learning.

Structs§

FactRecord
A single grounded fact drawn from a session’s memory envelope.
SessionSummary
Lightweight summary of a single session, read from its manifest.json.

Functions§

query_facts
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.
recent_sessions
List up to n most-recently-updated sessions.