Skip to content

Add mnemo — self-correcting agent memory with a LangGraph BaseStore adapter#88

Open
DanceNitra wants to merge 1 commit into
vonzosten:mainfrom
DanceNitra:add-mnemo
Open

Add mnemo — self-correcting agent memory with a LangGraph BaseStore adapter#88
DanceNitra wants to merge 1 commit into
vonzosten:mainfrom
DanceNitra:add-mnemo

Conversation

@DanceNitra

Copy link
Copy Markdown

Adds mnemo to the Developer Tools table, next to the other memory tooling.

mnemo is a zero-dependency, MIT-licensed memory layer for AI agents whose focus is correction integrity: when a fact is corrected, the new value supersedes the old one on a bitemporal ledger, a later restatement of the retired value cannot resurrect it, and the full value history stays queryable. It ships a LangGraph BaseStore adapter (mnemo.integrations.langgraph.MnemoStore) with identical put/get/search/delete semantics to InMemoryStore, plus history(namespace, key) for the values the built-in store overwrites and loses. Runnable example: examples/07_langgraph_memory.py. On PyPI as agora-mnemo (~5k downloads/week); the correction behaviour is measured in the open (benchmark harness in the repo), not assumed.

One row added, matching the table's existing format and badges. Thanks for maintaining the list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant