HistoryCompressionStrategy
Represents an abstract strategy for compressing the history of messages in a AIAgentLLMWriteSession. Different implementations define specific approaches to reducing the context size while maintaining key information.
Example implementations:
ai.koog.agents.memory.feature.history.RetrieveFactsFromHistory
Inheritors
Types
Link copied to clipboard
object Companion
Companion object for HistoryCompressionStrategy with easy access to default implementations.