langgraph-cli

仓库创建 2026年1月22日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由

覆盖从项目创建到部署的完整命令行工作流。

▸ 风险提示

部署/上传环节可能调用外部平台并需凭证,注意权限管理。

这个 Skill 做什么

管理 LangGraph 应用生命周期:scaffold、dev、build、deploy 等命令。

管理 LangGraph 应用从起步到上线的全流程:能 scaffold 新项目、用 langgraph dev 本地热重载开发、用 build 打包成 Docker 镜像,最后 deploy 到 LangSmith/LangGraph Platform。开发时快速本地调试、CI 构建或要把服务打包部署到平台时会用到。特点是 dev 模式无需 Docker 就能热重载,支持 langgraph.json 配置并能一键走构建与部署流程。

▸ 展开 SKILL.md 英文原文

INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration.

开发编程CLI脚手架部署通用
1.1k
Stars
85
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/langchain-ai/langchain-skills/main/config/skills/langgraph-cli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/langchain-ai/langchain-skills/main/config/skills/langgraph-cli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<overview>
The `langgraph` CLI manages the full lifecycle of LangGraph applications — from scaffolding a new project to deploying it to LangGraph Platform (LangSmith Deployments).

Key commands:
- **`langgraph new`** — Scaffold a project from a template
- **`langgraph dev`** — Run locally with hot reload (no Docker)
- **`langgraph build`** — Build a Docker image
- **`langgraph up`** — Launch locally via Docker Compose
- **`langgraph deploy`** — Ship to LangGraph Platform
- **`langgraph dockerfile`** — Generate a Dockerfile

All commands (except `new`) read from a `langgraph.json` config file in the project root.
</overview>

## When to use

Use this skill when the user wants to:
- Scaffold a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有