I built a semantic mistake memory layer for agents and put it on PyPI
Summary
DriftGuard is a PyPI package that adds a semantic memory layer for AI agents, allowing them to remember past mistakes and avoid repeating them by comparing proposed actions against a graph of past failures.
Similar Articles
The Misattribution Gap: When Memory Poisoning Looks Like Model Failure in Agentic AI Systems
This paper identifies a structural failure in multi-agent AI pipelines where memory-layer attacks can be misattributed as model misalignment, formalizing Semantic Norm Drift (SND) and proposing Counterfactual Composition Testing and Memory-Persistent Information-Flow Control as defenses.
I built a memory layer for AI agents that tracks beliefs over time and handles contradictions. Looking for people to test it.
OMEM is a memory layer for AI agents that tracks beliefs over time, surfaces contradictions, and keeps provenance, aiming to replace static vector-store memory. The author is seeking early testers for this not-yet-production-ready tool.
I spent a year building agent memory on knowledge graphs. Here are the 5 mistakes that cost me months
The author shares five mistakes made while building a unified memory layer for AI agents using knowledge graphs and ontologies, emphasizing that agent memory is a data-modeling problem rather than a retrieval problem.
I built an open-source persistent memory layer for AI coding agents
An open-source persistent memory layer for AI coding agents that stores and retrieves project decisions and context using Postgres and pgvector, aiming to reduce context window size and improve agent consistency.
PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents
PROJECTMEM is an open-source, local-first memory and judgment layer for AI coding agents that records development events and provides deterministic warnings before repeating failed actions, reducing token waste and improving reproducibility.