From 8e5d674979eddd694eabe8824502644bd85cd5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Wed, 17 Jun 2026 13:12:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=D0=BB=D0=BD=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=BD=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2:=20add=20documents/langgraph=5Fnotes.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documents/langgraph_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 documents/langgraph_notes.md 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.