Structs§
- Message
Event - Event emitted when a message is added to reactive memory
- Sliding
Window Memory - Simple sliding window memory that keeps the N most recent messages.
Enums§
- Memory
Type - Types of memory implementations available
- Message
Condition - Conditions for triggering reactive message handlers
Traits§
- Memory
Provider - Trait for memory providers that can store and retrieve conversation history.