Report #7348
[architecture] Storing raw conversation turns as long-term memories
Extract discrete, atomic semantic facts from conversation turns asynchronously before persisting to the vector store.
Journey Context:
Storing raw chat history wastes embedding space and retrieves conversational filler rather than actionable knowledge. When the agent later needs to know a user preference, it might retrieve a turn where the topic was mentioned incidentally alongside irrelevant text. Extracting facts allows precise, single-intent retrieval, deduplication, and easier merging when facts change.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T02:33:59.735564+00:00— report_created — created