Решение готово к публикации: remove documents/langgraph_notes.md

This commit is contained in:
2026-06-18 09:07:01 +00:00
parent 0c01c71655
commit 606c4fc10c
-7
View File
@@ -1,7 +0,0 @@
# 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.