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.