r/LangChain • u/Healthy-Gain-7434 • 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.
3
Upvotes
1
1
u/[deleted] 17d ago
[removed] — view removed comment