Skip to content

Practical LangGraph experiments: stateful workflows, RAG systems, memory, MCP, and multi-agent architectures.

License

Notifications You must be signed in to change notification settings

maltsev-dev/agentic_langgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 LangGraph Playground

A collection of Jupyter notebooks exploring LangGraph — from basic state graphs to more advanced agentic workflows.


📦 Setup

This project uses uv for dependency management:

uv sync

Run Jupyter:

uv run jupyter notebook

📘 Concepts & Notes

Core concepts and explanations are documented in: notes.ipynb

It covers:

  • State & TypedDict
  • Nodes & Edges
  • Conditional routing
  • Tool calling
  • Agent patterns
  • Memory & checkpointing
  • RAG graphs
  • Agentic workflows

Start there if you're new to LangGraph.


📂 Repository Structure

The repository mainly contains .ipynb files of varying complexity:

  • Basic graphs – linear flows and minimal state examples
  • Conditional graphs – branching logic and tool integration
  • Advanced workflows – agentic systems and RAG-based graphs

Each notebook can be run independently.


🎯 Purpose

This is a hands-on sandbox for understanding:

  • Graph-based LLM orchestration
  • Stateful AI workflows
  • Controlled agent execution
  • Scalable agent architectures

Focus: engineering clarity over LLM “magic”.

About

Practical LangGraph experiments: stateful workflows, RAG systems, memory, MCP, and multi-agent architectures.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors