Package-level declarations
Types
Link copied to clipboard
interface ChatHistoryProvider
Provider interface for storing and loading conversation history.
Link copied to clipboard
class ChatMemory
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
interface ChatMemoryPreProcessor
An interface for pre-processing messages before they are stored or loaded in the chat memory.
Link copied to clipboard
A ChatMemoryPreProcessor that filters messages using a MessageFilter predicate.
Link copied to clipboard
A simple in-memory implementation of ChatHistoryProvider.
Link copied to clipboard
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.