Files
brojs-task-6a1864f78a94f887…/documents/langgraph_notes.md
T

8 lines
290 B
Markdown

# 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.