LangGraph 101 - Building Intelligent AI Agents with Graphs
Offered By: James Briggs via YouTube
Course Description
Overview
Explore the powerful capabilities of LangGraph, a specialized LangChain-built library for creating intelligent AI agents using graph-based structures. Learn how to construct more advanced and flexible AI agents compared to the core LangChain library in this 32-minute tutorial. Dive into the world of agentic state machines and discover how to build agents with LangGraph and OpenAI. Follow along as the video covers topics such as graphs in LangGraph, complex agent creation, graph state management, agent node implementation, and techniques for forcing specific LLM outputs. Gain hands-on experience in building and using agent graphs, and understand the key differences between LangGraph and LangChain. Access the provided code repository to practice and expand your skills in developing sophisticated AI agents.
Syllabus
Intro to LangGraph
Graphs in LangGraph
More Complex LangGraph Agent
LangGraph Graph State
LangGraph Agent Node
Forcing a Specific LLM Output
Building the Graph
Using our Agent Graph
LangGraph vs LangChain
Taught by
James Briggs
Related Courses
Prompt Templates for GPT-3.5 and Other LLMs - LangChainJames Briggs via YouTube Getting Started with GPT-3 vs. Open Source LLMs - LangChain
James Briggs via YouTube Chatbot Memory for Chat-GPT, Davinci + Other LLMs - LangChain
James Briggs via YouTube Chat in LangChain
James Briggs via YouTube LangChain Data Loaders, Tokenizers, Chunking, and Datasets - Data Prep
James Briggs via YouTube