Expand description
Context management for conversation state
This module provides context tracking and management for maintaining conversation state across multiple interactions.
Structs§
- Context
- Conversation context containing state and history
- Context
Manager - Context manager for handling multiple conversation contexts
- Context
Message - A message in the context history
- Context
Metadata - Context metadata
- Context
Stats - Statistics about managed contexts
- User
Context - User context information
Enums§
- Message
Role - Message role in conversation
Traits§
- Context
Store - Context store trait for persistence