Introduction
Our NoteFlow app overview
()
1. Getting Started with LangGraph.js
Getting setup for LangGraph.js
()
Setting up our agent: Agent State
()
Expanding our agent: Nodes and edges
()
Bringing it all together into a graph
()
2. Core Concepts: Nodes and Edges
Nodes: The building blocks of agents
()
Understanding edges: Defining agent flow
()
Building graphs
()
Working with conditional Edges
()
3. State Management: The Agent’s Memory
Introducing agent State
()
4. Working with Tools
What are tools, and why do we use them?
()
Handling tool outputs in agent flow
()
Creating a tool that searches the web
()
5. Project: Building a Simple Task Management Agent
Designing the agent graph: Agent State and nodes
()
Building the task manager graph
()
Bringing it all together
()