diff --git a/docs/docs/cloud/img/graph_video_poster.png b/docs/docs/cloud/img/graph_video_poster.png new file mode 100644 index 000000000..e757082d6 Binary files /dev/null and b/docs/docs/cloud/img/graph_video_poster.png differ diff --git a/docs/docs/cloud/index.md b/docs/docs/cloud/index.md index 61ff1ca72..73421da49 100644 --- a/docs/docs/cloud/index.md +++ b/docs/docs/cloud/index.md @@ -23,6 +23,8 @@ The LangGraph Cloud API exposes functionality of your LangGraph application thro LangGraph Cloud is seamlessly integrated with [LangSmith](https://www.langchain.com/langsmith) and is accessible from within the LangSmith UI. +LangGraph Cloud applications can be tested and debugged using the [LangGraph Studio Desktop](https://github.com/langchain-ai/langgraph-studio). + ## Key Features The LangGraph Cloud API supports key LangGraph features in addition to new functionality for enabling complex, agentic workflows. diff --git a/docs/docs/cloud/quick_start.md b/docs/docs/cloud/quick_start.md index bfab8ca09..c59a6fb85 100644 --- a/docs/docs/cloud/quick_start.md +++ b/docs/docs/cloud/quick_start.md @@ -66,6 +66,16 @@ Now that we have set everything up on our local file system, we are ready to hos ## Test the graph build locally +### Using LangGraph Studio Desktop (recommended) + +![LangGraph Studio Desktop](./img/graph_video_poster.png) + +Testing your graph locally is easy with LangGraph Studio Desktop. LangGraph Studio offers a new way to develop LLM applications by providing a specialized agent IDE that enables visualization, interaction, and debugging of complex agentic applications + +With visual graphs and the ability to edit state, you can better understand agent workflows and iterate faster. LangGraph Studio integrates with [LangSmith](https://smith.langchain.com) so you can collaborate with teammates to debug failure modes. + +### Using the LangGraph CLI + Before deploying to the cloud, we probably want to test the building of our graph locally. This is useful to make sure we have configured our [CLI configuration file][langgraph.json] correctly and our graph runs. In order to do this we can first install the LangGraph CLI