AI.Agent.Memory.Deduplicator (fnord v0.9.29)
View SourceAgent that examines two same-scope long-term memories and decides whether to merge them into a single synthesized memory.
Returns a structured JSON response (no prose) with shape:
{"merge": false}
or
{"merge": true, "title": "...", "content": "...", "topics": [...]}
The caller is responsible for saving the synthesized memory and deleting both originals on a merge decision.