Expand description
Post-stream auto-capture of memories from conversation turns.
After each assistant turn, this module inspects the latest messages and
calls add_memories_from_conversation to let the LLM-backed memory
extractor identify and persist notable information.
This is intentionally fire-and-forget: errors are logged but not propagated so that the main streaming path is never blocked.
Structs§
- Conversation
Message - Represents a single message in a conversation, compatible with the
add_memories_from_conversationwire format.
Functions§
- capture_
from_ stream_ end - Extract and persist memories from recent conversation messages.