u/Sea-Source-777

Built a LangGraph + Memanto example for durable cross-session memory
▲ 7 r/LangGraph+1 crossposts

Built a LangGraph + Memanto example for durable cross-session memory

I built a small LangGraph + Memanto example showing how an agent can keep useful memory outside the normal LangGraph thread state.

The demo uses a customer-support workflow:

- Session 1 stores durable memories in Memanto

- Session 2 starts with a fresh thread_id

- The agent still recalls the previous order and replacement preference

- The example includes an offline validator, pytest coverage, and a demo GIF

PR:

https://github.com/moorcheh-ai/memanto/pull/500

I would appreciate feedback, especially on whether this is a clear pattern for long-term memory in LangGraph agents.

u/Sea-Source-777 — 1 day ago