Expand description
Read-only queries across sessions for analytics and long-term learning.
Structs§
- Fact
Record - A single grounded fact drawn from a session’s memory envelope.
- Session
Summary - 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
nmost-recently-updated sessions.