Education

Practical education workflows automated with AI agents.

Multi-Agent Collaboration

This tutorial demonstrates how to implement multi-agent collaboration using LangGraph. It guides you through creating multiple specialized agents that

Langgraph
LangChain
LangGraph

Adaptive RAG

This tutorial demonstrates how to build an Adaptive RAG system using LangGraph. It guides you through creating a dynamic retrieval process that adjust

Langgraph
LangChain
LangGraph
RAG

Plan-and-Execute Agent

This tutorial demonstrates how to build a "Plan-and-Execute" style agent using LangGraph. It guides you through creating an agent that first generates

Langgraph
LangChain
LangGraph

Corrective RAG (Local)

This tutorial focuses on building a Corrective RAG system using local resources, allowing for offline document evaluation and refinement processes.

Langgraph
LangChain
LangGraph
RAG

Hierarchical Agent Teams

This tutorial demonstrates how to build a hierarchical agent system using LangGraph. It guides you through creating a top-level supervisor agent that

Langgraph
LangChain
LangGraph

‍💼 Customer Support Agent

This tutorial demonstrates how to build a customer support agent using LangGraph. It guides you through creating a graph-based agent that can handle c

Langgraph
LangChain
LangGraph

Self-RAG (Local)

This tutorial demonstrates how to implement Self-RAG using local models and data sources, enabling offline reflection and retrieval processes.

Langgraph
LangChain
LangGraph
RAG

Adaptive RAG (Local)

This tutorial focuses on implementing Adaptive RAG with local models, allowing for offline retrieval and generation, which is crucial for environments

Langgraph
LangChain
LangGraph
RAG

Extraction with Retries

This tutorial demonstrates how to implement retry mechanisms in LangGraph workflows, ensuring robust data extraction processes that can handle transie

Langgraph
LangChain
LangGraph

SQL Agent

This tutorial demonstrates how to build an agent that can answer questions about a SQL database. The agent fetches available tables, determines releva

Langgraph
LangChain
LangGraph

Code Assistant with LangGraph

This tutorial demonstrates how to build a resilient code assistant using LangGraph. It guides you through creating a graph-based agent that can handle

Langgraph
LangChain
LangGraph

Research Scholar Agent

An AI-powered academic assistant that performs advanced academic searches, analyzes recent publications, synthesizes findings across disciplines, and

Agno

Reflection Agent

This tutorial demonstrates how to build a reflection agent using LangGraph. It guides you through creating an agent that can critique and revise its o

Langgraph
LangChain
LangGraph

Multi-Agent Workflow

This tutorial demonstrates how to build a multi-agent system using LangGraph's agent supervisor. It guides you through creating a supervisor agent tha

Langgraph
LangChain
LangGraph

Reflexion Agent

This tutorial demonstrates how to build a reflexion agent using LangGraph. It guides you through creating an agent that can reflect on its actions and

Langgraph
LangChain
LangGraph

Agentic RAG (Local)

This tutorial extends Agentic RAG to local environments, enabling the use of local models and data sources for retrieval and generation tasks.

Langgraph
LangChain
LangGraph
RAG