Deploy AI Agents From Terminal With LangGraph CLI Tutorial

Added:

Setup & Scaffold
Local Test
Deploy & Manage
CLI Ops

Setup & Scaffold

0:01
Playing Section
  • 1

    Install CLI with uv tool install langraph cli.

  • 2

    Create new agent project using langraph new command.

  • 3

    Select Python deep agent template and set API keys.

Basic proficiency with Command Line Interfaces (CLI) and package management tools like pip, poetry, or npm.
Fundamental understanding of LangChain and LangGraph concepts, specifically stateful graphs, nodes, edges, and state schemas.
Core concepts of AI agents, including tool calling, agentic workflows, and human-in-the-loop execution patterns.
Familiarity with cloud deployment basics and managing environment variables or API keys securely.
Designing and orchestrating complex multi-agent systems with specialized sub-graphs and hierarchical structures.
Implementing production-grade monitoring, tracing, and prompt evaluation of deployed agents using LangSmith.
Integrating deployed LangGraph agent endpoints into frontend web applications using streaming APIs or WebSockets.
Establishing automated CI/CD pipelines for testing, updating, and continuous deployment of AI agent microservices.
1.7K views56likes8:13@LangChainOriginal Release: 2026-03-16

This tutorial demonstrates how to deploy AI agents using the LangGraph CLI, covering the complete workflow from scaffolding a new agent project with templates, testing locally in LangSmith Studio with hot reload capabilities, to deploying to production with a single command, along with managing deployments through logs, listing active deployments, and deleting them.