Stay Hungry,Stay Foolish!

LangGraph Platform

LangGraph Platform

https://langchain-ai.github.io/langgraph/concepts/template_applications/

Template Applications

Templates are open source reference applications designed to help you get started quickly when building with LangGraph. They provide working examples of common agentic workflows that can be customized to your needs.

You can create an application from a template using the LangGraph CLI.

Requirements

  • Python >= 3.11
  • LangGraph CLI: Requires langchain-cli[inmem] >= 0.1.58

Install the LangGraph CLI

 
pip install "langgraph-cli[inmem]" --upgrade

Available Templates 

Template Description Python JS/TS 
New LangGraph Project  A simple, minimal chatbot with memory.
Repo Repo
ReAct Agent  A simple agent that can be flexibly extended to many tools.
Repo Repo
Memory Agent  A ReAct-style agent with an additional tool to store memories for use across threads.
Repo Repo
Retrieval Agent  An agent that includes a retrieval-based question-answering system.
Repo Repo
Data-Enrichment Agent  An agent that performs web searches and organizes its findings into a structured format.
Repo Repo

 

 

Launch Local LangGraph Server

https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/

Launch LangGraph Server 🚀 启动 LangGraph Server

 
langgraph dev

This will start up the LangGraph API server locally. If this runs successfully, you should see something like:
这将在本地启动 LangGraph API 服务器。如果成功运行,您应该会看到如下内容:

Ready! 准备!

 

Deployment Options

https://langchain-ai.github.io/langgraph/tutorials/deployment/#deployment-options

A quick comparison... 快速比较......

 Cloud SaaS 云 SaaSSelf-Hosted Data Plane 自托管数据平面Self-Hosted Control Plane 自托管控制平面Standalone Container 独立容器
Control Plane UI/API 控制平面 UI/API Yes Yes Yes No
CI/CD CI/CD Managed internally by platform 由平台内部管理 Managed externally by you 由您外部管理 Managed externally by you 由您外部管理 Managed externally by you 由您外部管理
Data/Compute Residency 数据/计算驻留 LangChain’s cloud LangChain 的云 Your cloud 您的云 Your cloud 您的云 Your cloud 您的云
Required Permissions 所需权限 None See details here. 查看详细信息here See details here. 查看详细信息here None
LangSmith Compatibility LangSmith 兼容性 Trace to LangSmith SaaS Trace 到 LangSmith SaaS Trace to LangSmith SaaS Trace 到 LangSmith SaaS Trace to Self-Hosted LangSmith 跟踪到自托管 LangSmith Optional tracing 可选跟踪
Pricing 定价 Plus Enterprise 企业 Enterprise 企业 Developer 开发 人员
Was this page helpful?  这个页面有帮助吗?
 

Standalone Container

https://langchain-ai.github.io/langgraph/concepts/langgraph_standalone_container/

https://langchain-ai.github.io/langgraph/cloud/deployment/standalone_container/#prerequisites

https://langchain-ai.github.io/langgraph/concepts/langgraph_cli/

 

TEST

https://github.com/fanqingsong/new-langgraph-project

 

posted @ 2025-04-07 00:25  lightsong  阅读(185)  评论(0)    收藏  举报
千山鸟飞绝,万径人踪灭