Langchain
reference.langchain.com › python › langgraph-cli › templates
templates | langgraph_cli | LangChain Reference
Create a new LangGraph project at the specified PATH using the chosen TEMPLATE.
PyPI
pypi.org › project › langgraph-cli
langgraph-cli · PyPI
pip install "langgraph-cli[inmem]" Create a new LangGraph project from a template · langgraph new [PATH] --template TEMPLATE_NAME · Run LangGraph API server in development mode with hot reloading ·
» pip install langgraph-cli
Published May 28, 2026
Version 0.4.27
Videos
08:13
Deploy CLI: The Easiest Way to Deploy Agents from Your Terminal ...
09:49
LangGraph Builder - YouTube
05:39
LangSmith Studio: connect to a locally running agent - YouTube
11:03
30 Minute Terminal Chatbot with LangGraph - Full Build
35:12
LANGGRAPH: Other Frameworks Are DEAD Now! - YouTube
07:16
Deep Agent CLI: Coding Assistant with Memory - YouTube
GitHub
github.com › DevTurtleBlog › langgraph-template
GitHub - DevTurtleBlog/langgraph-template: Basic template for LangGraph applications
This is a basic template for a LangGraph project. Version of Python >=3.11 and <4.0 · pip install langgraph-cli · export LANGSMITH_API_KEY="your-api-key" export PYTHONPATH="./src" python3 -m venv .venv · source .venv/bin/activate · ...
Author DevTurtleBlog
Langchain
docs.langchain.com › langsmith › cli
LangGraph CLI - Docs by LangChain
You can specify the Linux distribution for your base image using the image_distro field. Valid options are debian, wolfi, bookworm, or bullseye. Wolfi is the recommended option as it provides smaller and more secure images. This is available in langgraph-cli>=0.2.11.
LangChain
blog.langchain.com › launching-langgraph-templates
Launching LangGraph Templates
September 19, 2024 - Today we are excited to announce LangGraph templates, available in both Python and JS. These template repositories address common use cases and are designed for easy configuration and deployment to LangGraph Cloud. The best way to use these is to download the newest version of LangGraph Studio, but you can
DeepWiki
deepwiki.com › langchain-ai › langgraph › 5.1-cli-tool
CLI Tool | langchain-ai/langgraph | DeepWiki
Sources: libs/cli/langgraph_cli/cli.py419-515 libs/cli/langgraph_cli/cli.py362-372 · Creates a new LangGraph project from a template. Options: --template TEXT - Template to use for the new project · Sources: libs/cli/langgraph_cli/cli.py661-671 libs/cli/langgraph_cli/templates.py22 ·
CodeSandbox
codesandbox.io › examples › package › @langchain › langgraph-cli
@langchain/langgraph-cli examples - CodeSandbox
Use this online @langchain/langgraph-cli playground to view and fork @langchain/langgraph-cli example apps and templates on CodeSandbox.
Langchain
studio.langchain.com
LangGraph Studio - LangChain
npx @langchain/langgraph-cli@latest dev · or download desktop app (macOS only) Get started from a template · LangGraph.js Memory AgentBuild a memory agent that saves memories about the user with a tool call.
GitHub
github.com › langchain-ai › new-langgraph-project
GitHub - langchain-ai/new-langgraph-project · GitHub
This template demonstrates a simple application implemented using LangGraph, designed for showing how to get started with LangGraph Server and using LangGraph Studio, a visual debugging IDE.
Starred by 269 users
Forked by 508 users
Languages Python 51.6% | Makefile 48.4%
Onegen
onegen.ai › home › projects › open-source › building ai agent applications with fastapi: a comprehensive guide to the langgraph agent template
Building AI Agent Applications with FastAPI: A Comprehensive Guide to the LangGraph Agent Template - Onegen
May 31, 2025 - Interactive CLI: User-friendly interface for running evaluations. Customizable Metrics: Define your own evaluation criteria. Before you begin, ensure you have the following installed: ... PostgreSQL: For data persistence. Docker and Docker Compose: Optional, but recommended for deployment. ... git clone https://github.com/wassim249/fastapi-langgraph-agent-production-ready-template cd fastapi-langgraph-agent-production-ready-template
Ks6088ts-labs
ks6088ts-labs.github.io › template-langgraph
LangGraph AI Agent Template
This project includes several agent implementations, each demonstrating different LangGraph patterns. You can render their graphs to PNG via the CLI (see Deployment) and run them from the terminal or Makefile targets.
Freeradiantbunny
freeradiantbunny.org › blog › langgraph_cli.html
langgraph cli
January 30, 2025 - LangGraph CLI streamlines the process of creating, managing, and debugging LangChain-powered agents by providing an intuitive interface for defining structured workflows. From the output, the key modules that stand out are: cli: Likely contains functions or a main() method to drive CLI operations. ...