3 pointsby rishipratap109 hours ago1 comment
  • rishipratap109 hours ago
    I built an open-source memory governance layer for AI agents.

    Most agent memory systems today are “store → retrieve” with vector search, but they don’t handle things like stale memory, conflicting facts, or explaining why something was retrieved.

    This project adds conflict detection, lifecycle (decay + archival), and explainable retrieval on top of a standard embedding-based memory system.

    Repo: https://github.com/rishipratap10/memory-guardian