Expand description
Inbound frame drop priorities for pending-event overflow handling.
Lower priority values are kept longer under pressure; higher values are drop candidates first. Matches Python and Go client behavior.
Constants§
- DEFAULT_
INBOUND_ MAX_ SIZE - Pending-event cap (Python inbound queue parity).
- DROP_
PRIORITY_ CRITICAL - Never drop: terminals, status, errors.
- DROP_
PRIORITY_ HIGH - Prefer keep: cognition / tool batches.
- DROP_
PRIORITY_ NORMAL - Default drop candidate: streaming chunks.
Functions§
- inbound_
frame_ drop_ priority - Returns drop priority for an inbound frame.