Context Compression¶
The Context Compression block uses an LLM to summarize older messages, keeping the context window manageable.
You can configure a character threshold that triggers compression. When the conversation history exceeds this size, older messages are summarized. The “active buffer” setting controls how many recent messages are always kept as-is, uncompressed.