Skip to main content

Module compaction

Module compaction 

Source
Available on crate feature agents only.
Expand description

LLM-based event summarizer for context compaction.

This module provides LlmEventSummarizer, which uses an LLM to summarize a window of conversation events into a single compacted event. This is the Rust equivalent of ADK Python’s LlmEventSummarizer.

Structs§

LlmEventSummarizer
An LLM-based event summarizer for sliding window compaction.