Skip to content

Python SDK v9.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:06
5511677

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.