diff --git a/docs/docs/concepts/langgraph_studio.md b/docs/docs/concepts/langgraph_studio.md index 2b45fa88b..a2a189e2c 100644 --- a/docs/docs/concepts/langgraph_studio.md +++ b/docs/docs/concepts/langgraph_studio.md @@ -52,6 +52,7 @@ https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024 For more information please see the following: - [LangGraph Studio how-to guides](../how-tos/index.md#langgraph-studio) +- [LangGraph CLI Documentation](../cloud/reference/cli.md) ## LangGraph Studio FAQs @@ -102,7 +103,7 @@ def routing_function(state: GraphState) -> Literal["node_b","node_c"]: ### Studio Desktop FAQs !!! warning "Deprecation Warning" - In order to support a wider range of platforms and users, we now recommend following the above instructions to connect to LangGraph Studio using the development server instead of the desktop app. +In order to support a wider range of platforms and users, we now recommend following the above instructions to connect to LangGraph Studio using the development server instead of the desktop app. The LangGraph Studio Desktop App is a standalone application that allows you to connect to your LangGraph application and visualize and interact with your graph. It is available for MacOS only and requires Docker to be installed.