Welcome to the AI Agents with LangGraph project, developed as part of the DeepLearning.AI course. This project explores how to build stateful, multi-step AI agents using LangGraph, an innovative framework for building agentic workflows on top of LangChain.
📖 Project Overview
LangGraph extends LangChain by enabling cyclic, stateful computation using a graph-based model. This project demonstrates how to:
Create AI agents that reason through complex tasks.
Manage memory and state transitions between agent steps.
Use LangGraph to define conditional logic and loops.
Build interactive and adaptive workflows with LLMs.