Skip to main content

Module segmenter

Module segmenter 

Source
Expand description

Message segmentation for budget management.

Groups messages into atomic segments, ensuring tool-call chains stay together. This prevents protocol errors that occur when tool results are included without their corresponding tool calls.

Structsยง

MessageSegment
A segment of conversation that should be treated as atomic during truncation.
MessageSegmenter
Segments messages into atomic units for budget management.