Package-level declarations

Types

Link copied to clipboard

Provider interface for storing and loading conversation history.

Link copied to clipboard

A feature that allows storing and loading conversation history between an agent and a user.

Link copied to clipboard

Configuration for the ChatMemory feature.

Link copied to clipboard

An interface for pre-processing messages before they are stored or loaded in the chat memory.

Link copied to clipboard
Link copied to clipboard

A simple in-memory implementation of ChatHistoryProvider.

Link copied to clipboard
fun interface MessageFilter

A predicate for filtering messages in FilterMessagesPreProcessor.

Link copied to clipboard

A ChatMemoryPreProcessor that limits the number of messages to a sliding window of the most recent windowSize messages.