LangGraph is a powerful Python library designed for building stateful, cyclic, and multi-actor large language model (LLM) applications. It is built on top of LangChain and enables the creation of sophisticated workflows, incorporating state graphs with nodes, conditional edges, and cycles. This tutorial guides through setting up LangGraph, defining state graphs, and building AI agents for tasks like email parsing, decision-making, and interacting with APIs.
Sort: