From 8f6b3b636d6847043654086b7c1072ff33abc90a Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 24 Jul 2024 16:59:46 -0400 Subject: [PATCH] docs: fix link in subgraphs how-to (#1124) --- examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb | 4 ++-- examples/subgraph.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb b/examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb index 20011991b..41a174f33 100644 --- a/examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb +++ b/examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb @@ -50,7 +50,7 @@ "metadata": {}, "outputs": [ { - "name": "stdin", + "name": "stdout", "output_type": "stream", "text": [ "OPENAI_API_KEY: ········\n" @@ -991,7 +991,7 @@ "id": "08996d90-a3ff-4655-9763-1dd4971344d4", "metadata": {}, "source": [ - "### With LangGraph Clound" + "### With LangGraph Cloud" ] }, { diff --git a/examples/subgraph.ipynb b/examples/subgraph.ipynb index cbc582165..a2b4bec3a 100644 --- a/examples/subgraph.ipynb +++ b/examples/subgraph.ipynb @@ -11,7 +11,7 @@ "source": [ "# How to create subgraphs\n", "\n", - "For more complex systems, sub-graphs are a useful design principle. Sub-graphs allow you to create and manage different states in different parts of your graph. This allows you build things like [multi-agent teams](./multi_agent/hierarchical_agent_teams.ipynb), where each team can track its own separate state.\n", + "For more complex systems, sub-graphs are a useful design principle. Sub-graphs allow you to create and manage different states in different parts of your graph. This allows you build things like [multi-agent teams](https://langchain-ai.github.io/langgraph/tutorials/multi_agent/hierarchical_agent_teams/), where each team can track its own separate state.\n", "\n", "![Screenshot 2024-07-11 at 1.01.28 PM.png](attachment:71516aef-9c00-4730-a676-a54e90cb6472.png)" ]