Module context

Source
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
ContextManager
Context manager for handling multiple conversation contexts
ContextMessage
A message in the context history
ContextMetadata
Context metadata
ContextStats
Statistics about managed contexts
UserContext
User context information

Enums§

MessageRole
Message role in conversation

Traits§

ContextStore
Context store trait for persistence