Skip to main content

Module session_events

Module session_events 

Source
Expand description

Session-scoped event sender management.

Provides long-lived broadcast senders for session event streams. Unlike runner-scoped senders (which exist only during agent execution), these persist for the lifetime of the session.

Constants§

SESSION_EVENT_CHANNEL_CAPACITY
Default broadcast channel capacity for session event senders.

Functions§

get_or_create_event_sender
Get or create a broadcast sender for the given session.