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§
- LlmEvent
Summarizer - An LLM-based event summarizer for sliding window compaction.