Skip to main content

Module memory

Module memory 

Source

Structs§

MemoryBudgetManager
MemoryBudgets

Enums§

TurnType
Classifies the type of a conversational turn for memory routing.

Functions§

classify_turn
Classifies a turn based on user + assistant content and tool results.
ingest_turn
This is intentional – memory ingestion runs in a background tokio::spawn and must not block the response path. A future improvement could return a count of failed operations for observability (see BUG-060 in the bug ledger).