LangGraph / LangGraph
📖 LangGraph
Definition (English):
LangGraph (LangChain) is a framework for building stateful, multi-actor LLM applications using graph-based orchestration. It models agent workflows as graphs: nodes (LLM calls, tools, human input) and edges (control flow). Supports: cycles (loops), branching, parallelism, human-in-the-loop, persistence (checkpointing), and streaming. LangGraph enables production-grade agents with complex control flow, debugging, and observability. It replaces the linear LCEL chain paradigm.
📖 LangGraph
Định nghĩa (Tiếng Việt):
LangGraph (LangChain) là khung xây dựng ứng dụng LLM stateful, multi-actor sử dụng điều phối dựa trên đồ thị. Nó mô hình hóa quy trình agent dưới dạng đồ thị: nodes (gọi LLM, công cụ, input con người) và edges (luồng điều khiển). Hỗ trợ: cycles (vòng lặp), phân nhánh, song song hóa, human-in-the-loop, persistence (checkpointing) và streaming. LangGraph cho phép agent production-grade với luồng điều khiển phức tạp, debugging và quan sát. Nó thay thế paradim chain LCEL tuyến tính.
📂 Phân loại: AI Agents