Memory · Retrieval
Content-Addressed ID + Dedup
Hash (e.g. SHA-256 of session+role+content) becomes the row id; INSERT OR IGNORE silently skips duplicates: re-ingesting a conversation is idempotent.
Verified against blog.cloudflare.com
How it works
Hash (e.g. SHA-256 of session+role+content) becomes the row id; INSERT OR IGNORE silently skips duplicates: re-ingesting a conversation is idempotent.
At a glance
StageHarvest
PhaseWrite
Used byCloudflare Agent Memory
Trade-off
Exact-duplicate only, near-duplicate paraphrases still slip through.
Basis
Verified against
https://blog.cloudflare.com/introducing-agent-memory/ The corpus does not rewrite vendor documentation. Where copy is quoted verbatim it is marked as such and attributed to its source.