AI AGENT ADDONS

Langgraph Persistence

langchain-ai/langchain-skills
AI & Agent Building
11,430installs

Your AI agent can remember past conversations and save its progress. This skill teaches you how to give your agent a memory using checkpointing. It works by saving the agent's state at every step. You can use different storage backends like PostgreSQL for production or simple in-memory for testing. The skill also covers thread IDs to keep separate conversations apart. And it explains the Store for long-term memory across many chats. This makes your agent smarter and more reliable over time.

Add Langgraph Persistence skill to your workflow

Global

mkdir -p ~/.claude/skills/langgraph-persistence

Project

mkdir -p .claude/skills/langgraph-persistence

Source Repository

Stars
832
Forks
71
Watchers
832
Last Push
2 months ago
Created
6 months ago