Open-source agent memory separates third-party claims from user facts
Deep-Thinker-01 · reddit · 2026-07-23
Open-source agent memory with typed third-party claims and evidence-grounded abstention
The post introduces an open-source memory system for agents that keeps user facts and third-party claims separate instead of flattening everything into one store. It is designed around three recurring failure modes from the research: poisoning, confident-when-wrong behavior, and staleness.
How it works
- Uses a typed graph plus dated episodes as the store of record.
- Stores external information as thirdpartyclaim edges rather than treating it like first-party memory.
- Uses derivedfrom to cap trust when provenance is mixed, such as when the agent quotes an event from someone else’s text.
- Adds an evidence-grounded abstention gate, so the agent can refuse or hedge when evidence is insufficient.
- Supports functional supersession with history so newer facts can replace older ones without deleting provenance.
Practical details
- Includes a remember → recall partition → answer workflow.
- Exposes Store / Complete seams, an MCP server, and JSONL export/import.
- The author also links self-checks, docs, and the repo, emphasizing that the design avoids lock-in.
More from Research
- AI capabilities are improving faster than the way we measure them — ravi_iitm · 2026-07-23
- Fable claims to disprove a century-old conjecture in algebraic geometry — JensHonack · 2026-07-23
- DataFlow-Harness builds editable LLM data pipelines with MCP and code agents — _akhaliq · 2026-07-23
- PeptiVerse adds SOTA models for peptide solubility, toxicity and binding — ahandvanish · 2026-07-23
- Agents should fit their harnesses to data, not hand-code the workflow layer — BraceSproul · 2026-07-23
- A solo RTX 5090 image-model run broke in absurd ways before it started working — Creative-Listen-6847 · 2026-07-23