Skip to content

LocalGraph Tutorials

Welcome to AI Agents 101! Master production-ready AI agents that run entirely on your machine using LangGraph and Ollama.

What You'll Build

Through 25 hands-on tutorials, you'll master the patterns and techniques used in production AI agents:

  • Core Patterns: Build conversational agents with tools, memory, and human oversight
  • RAG Systems: Create search and research assistants with document retrieval
  • Multi-Agent Systems: Coordinate specialized agents for complex workflows
  • Advanced Reasoning: Implement cutting-edge patterns like Reflexion and LATS

Each tutorial includes:

  • Step-by-step implementation guide
  • Working code examples
  • Interactive playground to test your agent
  • Quiz to verify understanding
  • Progress tracking across your learning journey

Getting Started

New to LangGraph? Start here:

  1. Setup Guide - Install dependencies and verify your environment
  2. Tutorial 01: Chatbot Basics - Learn LangGraph fundamentals
  3. Work through tutorials sequentially or jump to patterns that interest you

Phase 1: Core Patterns

Core Patterns

0/7 completed

Master the fundamental patterns that power all LangGraph applications. These tutorials teach you how to build conversational agents with tool calling, memory, human oversight, and self-improvement capabilities.


Phase 2: RAG Patterns

RAG Patterns

0/6 completed

Learn to build retrieval-augmented generation systems that ground LLM responses in your documents. Progress from basic retrieval to advanced patterns with quality grading, web search fallbacks, and agentic control.


Phase 3: Multi-Agent Patterns

Multi-Agent Patterns

0/7 completed

Coordinate multiple specialized agents to tackle complex tasks. Learn patterns for collaboration, hierarchies, handoffs, and evaluation of multi-agent systems.


Phase 4: Advanced Reasoning

Advanced Reasoning

0/5 completed

Implement cutting-edge research patterns for complex reasoning tasks. These advanced techniques push the boundaries of what local LLMs can accomplish.


Learning Path Recommendations

For Beginners

Start with Core Patterns (1-7) and complete them sequentially. These build on each other and establish the foundation for all other patterns.

For RAG Applications

Complete Core Patterns 1-3, then move to RAG Patterns (8-13). Focus on understanding retrieval quality and when to use each pattern.

For Multi-Agent Systems

Complete Core Patterns 1-7 first, then explore Multi-Agent Patterns (14-20). Understanding single-agent patterns is essential before coordination.

For Research Implementation

Complete all Core Patterns, then jump to Advanced Reasoning (21-25). These implement cutting-edge research papers and require solid fundamentals.


Additional Resources

Need Help?

  • Check the Setup Guide for troubleshooting
  • Review tutorial prerequisites before starting
  • Test your environment with langgraph-local check
  • Each tutorial includes common pitfalls and solutions

Ready to start? Head to the Setup Guide to prepare your environment.