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.
Related event: Developers Debate the Real Challenges of AI Agent Memory(6 posts)→
More from Research
- Causal-only attention for non-generative tasks is wasteful, argues HF engineer — antoine_chaffin · 2026-09-11
- Catholic University of Chile researcher: scaling AI feedback is key to sustainable medical education — julianvarascom · 2026-09-11
- Nature paper images cellular activity across all organs, revealing body-wide circuits — arjunrajlab · 2026-09-11
- SignNet 1M Dataset Released for Sign Language Research — ducha_aiki · 2026-09-11
- ECCV26 Oral: Flow Matching Enables Single-Stage Multi-View Point Cloud Registration — ducha_aiki · 2026-09-11
- InFlux++ Method Released — ducha_aiki · 2026-09-11