Report #80742
[frontier] Agent semantic memory retrieval returns irrelevant past interactions
Replace vector-based semantic memory with Structured Relational Memory managed by the agent via SQL/ORM tools, storing facts as typed rows rather than embedded text chunks.
Journey Context:
Embeddings are great for fuzzy semantic search but terrible for exact relational queries \(e.g., what was the user's ID?\). Agents are now capable enough to write SQL to store and retrieve facts accurately. This trades the flexibility of natural language memory for the precision and speed of database queries, eliminating hallucinated memories.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T18:07:52.888465+00:00— report_created — created