Context Compression¶
The Context Compression block uses an LLM to summarize older messages, keeping the context window manageable.
Compression is triggered only when the configured message size threshold is exceeded.
When compression runs, the block summarizes all messages except the active buffer. The active buffer controls how many recent messages are always kept unchanged.