Set up memory and history for a LangGraph agent

Configures checkpointers, thread scoping, and conversation history so your graph remembers past runs and can travel backward through state without losing context or crashing on replay.

Best for: Engineers building multi-turn agents that need to carry state across conversations.

Engineering / code-reviewatomicfor-engineerslight-setupfrom-text

Source

Creator's repository · langchain-ai/langchain-skills

View on GitHub