Skip to main content

session_reflect

Function session_reflect 

Source
pub async fn session_reflect(
    backend: &dyn MemoryBackend,
    subject: &str,
    summary: &str,
)
Expand description

Store a session summary into the memory backend.

NOTE: currently uncalled — defined as a future hook point for session-end reflection. Nothing wires it to session lifecycle yet. See FINAL-ROADMAP.md §알려진 갭 (⑨ mental-models).