viz notebook (#182)

* cr

* cr
This commit is contained in:
Harrison Chase
2024-03-07 09:19:26 -08:00
committed by GitHub
parent 069ff067a5
commit d0e974ce8b
2 changed files with 206 additions and 0 deletions
+6
View File
@@ -442,6 +442,12 @@ For a walkthrough on how to do that, see [this documentation](https://github.com
LangGraph comes with built-in support for human-in-the-loop workflows. This is useful when you want to have a human review the current state before proceeding to a particular node.
For a walkthrough on how to do that, see [this documentation](https://github.com/langchain-ai/langgraph/blob/main/examples/human-in-the-loop.ipynb)
### Visualizing the graph
Agents you create with LangGraph can be complex. In order to make it easier to understand what is happening under the hood, we've added methods to print out and visualize the graph.
This can create both ascii art as well as pngs.
For a walkthrough on how to do that, see [this documentation](https://github.com/langchain-ai/langgraph/blob/main/examples/visualization.ipynb)
## Examples
File diff suppressed because one or more lines are too long