Expand description
ConversationBuffer: in-memory circular buffer of recent conversation turns.
Maintains recent N turns in memory (not persisted — restarts with empty buffer). Used for topic shift detection and project context tracking.
Structs§
- Conversation
Buffer - In-memory circular buffer of recent conversation turns.
- Conversation
Turn - A single conversation turn (user message + agent response).