diff --git a/documents/langgraph_notes.md b/documents/langgraph_notes.md new file mode 100644 index 0000000..8c83648 --- /dev/null +++ b/documents/langgraph_notes.md @@ -0,0 +1,7 @@ +# LangGraph notes + +LangGraph is a framework for building stateful AI workflows and agents. + +It is useful when you need explicit control over nodes, edges, checkpoints, retries, and human-in-the-loop steps. + +A graph can route execution between tools, reflection steps, and validation steps.