Expand description
Session memory - backward-compatible re-export of [services::session_memory].
The actual implementation lives in src/services/session_memory/.
This module provides:
- Re-exports of all new module symbols
- Backward-compatible adapters for callers that expect legacy types
Re-exports§
pub use crate::services::session_memory::*;
Functions§
- count_
tool_ calls_ since - Count tool calls in assistant messages since a given index. Backward-compatible wrapper around the new module’s internal function.
- get_
last_ summarized_ message_ id_ as_ index - Get the last summarized message as a message index into the provided message slice. Returns the length of the slice minus one when we only have a string UUID (the index is not recoverable).