LangGraph Studio

Desktop app for prototyping and debugging LangGraph applications locally.

Get started from a template
LangGraph.js Memory AgentBuild a memory agent that saves memories about the user with a tool call. Memory management is done in the "hot-path", meaning your agent or chatbot must decide to save memories in addition to chatting or doing other work.langchain-ai/memory-agent-jsLangGraph ReAct Agent TemplateLangGraph template for a simple ReAct agentlangchain-ai/react-agentNew LangGraph ProjectThis template demonstrates a simple chatbot implemented using LangGraph, designed for LangGraph Studio. The chatbot maintains persistent chat memory, allowing for coherent conversations across multiple interactions.langchain-ai/new-langgraph-projectLangGraph Data Enrichment TemplateThis is a starter project to help you get started with developing a data enrichment agent using LangGraph in LangGraph Studio.langchain-ai/data-enrichmentLangGraph Retrieval Agent TemplateThis LangGraph template implements a simple, extensible agent that answers questions based on a retriever.langchain-ai/retrieval-agent-templateLangGraph.js Data Enrichment TemplateThis is a starter project to help you get started with developing a data enrichment agent using LangGraph.js in LangGraph Studio.langchain-ai/data-enrichment-jsLangGraph.js Retrieval Agent TemplateThis repo offers the basic code structure to get started building LangGraph workflows in JavaScript within LangGraph studio.langchain-ai/retrieval-agent-template-jsLangGraph.js ReAct Agent TemplateThis LangGraph template implements a simple, extensible agent that answers questions based on a retriever.langchain-ai/react-agent-jsNew LangGraph.js ProjectThis is a (mostly empty) starter project to help you get started with developing LangGraph.js projects in LangGraph Studio.langchain-ai/new-langgraphjs-projectLangGraph Memory AgentBuild a memory agent that saves memories about the user with a tool call. Memory management is done in the "hot-path", meaning your agent or chatbot must decide to save memories in addition to chatting or doing other work.langchain-ai/memory-agent