You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
client.memory group for reading memory observability: list_stores (cursor-paginated store roll-up), get_store (current snapshot, optional point-in-time at), get_store_diff (per-record diff between two timestamps), list_store_users, get_record (body plus version history), get_record_change (one change's before/after diff), list_record_reads, and list_record_users. Store and record ids are opaque query params, so the unattributed ("") store and the unnamed record are reachable.
client.sessions.get_memory / get_memory_changes and client.traces.get_memory / get_memory_changes — a session's or trace's memory footprint (per-record read/added/removed token metrics and totals) and its per-record before/after write diffs.
client.users.memory_stores — the memory stores an end-user accessed.