Session Events are tracking payloads asynchronously generated by Session lifecycle updates rather than intense workflow executions. They primarily inform listeners when data states globally shift within the session memory parameters.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
Shared Event Format
All session events conform to the following base structure:Event Types
session_object_modified
Fired when a upload_session_object call is made against the Session, modifying semi-persistent object values securely within the active envelope. Extremely useful for reactive applications polling or streaming state updates directly.
session_thread_item_posted
Fired when a post_session_thread_item call adds an item to a thread session object. Listeners can
re-fetch the thread tail via list_session_thread_items with created_since set to the previously
known created_at.

