Skip to content

This repository serves as a hands-on guide to building conversational agents using LangGraph, a powerful library for creating stateful, multi-step LLM applications with graph-based logic. It includes progressively advanced examples, demonstrating how to construct intelligent workflows for chat and retrieval tasks.

Notifications You must be signed in to change notification settings

Nikhilp18/How-to-guide-for-LangGraph

Repository files navigation

📘 LangGraph Guide

This repository is a hands-on guide to building conversational agents using LangGraph, a powerful library for creating stateful, multi-step LLM applications with graph-based logic. It includes progressively advanced examples that demonstrate how to construct intelligent workflows for chat and retrieval tasks.

📂 What's Inside

🗨️ Basic Chatbot A simple LangGraph-powered chatbot that maintains context across user interactions.

🔄 Programmatic Chat Introduces conditional logic using LLM-driven checks, enabling dynamic branching and task execution based on user input.

📚 RAG (Retrieval-Augmented Generation) Implements a basic RAG setup to enhance responses with relevant external documents.

🤖 RAG-based Chatbot A conversational agent that combines LangGraph's workflow capabilities with RAG for context-aware, document-grounded interactions.

About

This repository serves as a hands-on guide to building conversational agents using LangGraph, a powerful library for creating stateful, multi-step LLM applications with graph-based logic. It includes progressively advanced examples, demonstrating how to construct intelligent workflows for chat and retrieval tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages