Skip to main content

Module conversation_buffer

Module conversation_buffer 

Source
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§

ConversationBuffer
In-memory circular buffer of recent conversation turns.
ConversationTurn
A single conversation turn (user message + agent response).