What problem does it solve? Building production LLM applications requires coordinating agents, state, memory, tools, and observability across many moving parts, and ad-hoc implementations quickly become fragile and hard to maintain. ## Core Features & Use Cases - LangGraph Agent Patterns: Implement ReAct, plan-and-execute, multi-agent supervisor, and structured tool-calling agents with typed state and checkpointing. - Memory & State Management: Use MemorySaver or PostgresSaver checkpointers, token-based memory, and vector store memory for persistent conversations. - RAG & Document Pipelines: Build retrieval-augmented generation workflows with Voyage AI embeddings, Pinecone vector stores, and LangSmith tracing. - Use Case: You need a customer support agent that searches an internal database, performs calculations, remembers prior conversations per user, and streams responses—this Skill provides the complete LangGraph architecture with checkpointers and thread-based memory. ## Quick Start Ask the AI to create a LangGraph ReAct agent with tools, memory checkpointing, and a thread ID for a sample user query.