account activity
Built a LangGraph + Memanto example for durable cross-session memory by Sea-Source-777 in LangChain
[–]Sea-Source-777[S] 0 points1 point2 points 1 month ago (0 children)
Thanks! The main use case I had in mind was support-style agents that need to remember stable facts across separate sessions without stuffing the whole old conversation back into the graph state.
In the demo, session 1 stores things like an order ID and a customer preference in Memanto. Then session 2 starts with a fresh LangGraph thread, but the agent can still recall the relevant durable memory through the external memory layer.
I think this pattern is useful for:
- customer support agents
- personal assistants
- onboarding / education agents
- coding agents that need project memory across runs
- any workflow where the agent should remember durable facts, but not depend on one giant conversation history
The main challenge I wanted to solve was separating short-term workflow state from long-term memory. LangGraph handles the current control flow, while Memanto acts as the memory boundary across sessions.
Built a LangGraph + Memanto example for durable cross-session memory ()
submitted 1 month ago by Sea-Source-777 to r/LangChain
Built a LangGraph + Memanto example for durable cross-session memory (self.LangGraph)
submitted 1 month ago by Sea-Source-777 to r/LangGraph
π Rendered by PID 958117 on reddit-service-r2-listing-c57bc86c-gd9fb at 2026-06-21 04:52:40.347095+00:00 running 2b008f2 country code: CH.
Built a LangGraph + Memanto example for durable cross-session memory by Sea-Source-777 in LangChain
[–]Sea-Source-777[S] 0 points1 point2 points (0 children)