This commit is contained in:
Eugene Yurtsev
2024-11-22 13:26:46 -05:00
parent 416dfe95da
commit 05791f5dfc
2 changed files with 24 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ New to LangGraph or LLM app development? Read this material to get up and runnin
- [LangGraph Quickstart](introduction.ipynb): Build a chatbot that can use tools and keep track of conversation history. Add human-in-the-loop capabilities and explore how time-travel works.
- [LangGraph Server Quickstart](langgraph-platform/local-server.md): Launch a LangGraph server locally and interact with it using the REST API and LangGraph Studio Web UI.
- [LangGraph Cloud QuickStart](../cloud/quick_start.md): Deploy a LangGraph app using LangGraph Cloud.
- [Start from a ](../concepts/template_applications.md): Use a template to quickly create a new LangGraph application.
## Use cases 🛠️