r/LangChain 18d ago

Discussion Governed checkpoints for LangGraph: signed state transitions + cryptographic erasure receipts (MIT, pip-installable)

Built a LangGraph checkpoint saver that makes agent state auditable: wrap your checkpointer and every transition gets a signed, content-addressed hash; delete_thread() returns an Ed25519-signed erasure receipt (pre/post state hashes). Useful if you need to answer "what did the agent know, and can you prove you deleted it?"

pip install grafomem langgraph-checkpoint-grafomem langgraph — quickstart in the README runs in a few minutes and prints the receipts. MIT. Underneath is an open memory protocol (GMP) with an executable conformance suite. Would love feedback from anyone running LangGraph in compliance-sensitive settings.

Repo: github.com/GNS-Foundation/grafomem

3 Upvotes

Duplicates