К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Multi-Agent Systems with LangGraph · LearnSpace
Назад в каталог
courseraПрограммирование

Multi-Agent Systems with LangGraph

Курс от Edureka
Средний≈ 10.9 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This program introduces Building Stateful & Multi-Agent Systems with LangGraph for developers and AI engineers who want to move beyond single-prompt agents and build reliable, production-ready workflows. You’ll begin by learning how LangGraph executes agent workflows and why state management is critical for correctness, debuggability, and long-running tasks. Next, you’ll work with state reducers, typed state objects, and checkpointing mechanisms that allow agents to persist progress, recover from failures, and resume complex multi-step executions. Through hands-on demonstrations, you’ll implement conditional routing, parallel execution paths, and modular subgraphs to enable dynamic, decision-driven workflows. As you progress, you’ll design human-in-the-loop systems with approvals and interrupts, apply debugging and time-travel analysis using execution logs and snapshots, and build multi-agent systems using supervisor–worker and consensus-based reasoning models for scalable, collaborative agent workflows. By the end of the program, you will be able to: - Explain how LangGraph executes workflows and manages state across agent nodes. - Design stateful agent pipelines using typed state objects and reducer patterns. - Implement checkpointing and recovery mechanisms for long-running agent workflows. - Control execution flow using conditional routing, parallel execution, and subgraphs. - Build human-in-the-loop workflows with approvals, interrupts, and state inspection. - Debug agent systems using execution logs, snapshots, and time-travel analysis. - Design multi-step planner–executor workflows for complex task execution. - Orchestrate multi-agent systems using supervisor–worker and consensus-based models. This program is ideal for AI engineers, backend developers, and system architects who want to build agent systems that are not only intelligent, but also predictable, auditable, and production-ready. Prior experience with Python, LLM fundamentals, and basic agent concepts will help maximize your learning experience. Learners need a reliable internet connection, a modern web browser, and access to Python development tools. The course uses LangGraph and modern LLM APIs, which do not require specialized hardware. Familiarity with LangChain or agent-based workflows is recommended. Join us to learn how to design stateful, multi-agent systems that can plan, recover, coordinate, and reason reliably in real-world applications.

Навыки, которые вы освоите

LangGraphAI OrchestrationAgentic WorkflowsDebuggingAgentic systemsLLM ApplicationHuman Machine InterfacesLangChainAI WorkflowsSoftware ArchitectureGenerative AI AgentsContext ManagementData Persistence

Программа курса

4 модулей · 73 учебных материалов

01Getting Started with LangGraph and Stateful Agents24 материалов

LangGraph Execution and State Management Foundations

Specialization IntroductionВидеоCourse IntroductionВидеоCourse SyllabusЧтениеWhat is LangGraph?Видео

Учитесь у экспертов

Edureka

Преподаватель курса

Multi-Agent Systems with LangGraph
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 10.9 ч

4 модулей

Язык: Английский

Часть программы вашего университета
Designing Decision-Driven Agent Workflows with LangGraphВидео
LangGraph StateReducer FundamentalsВидео
Demonstration: Creating a Typed State ObjectВидео
Demonstration: Managing Graph State Updates and Stateful VariablesВидео
State Machine Patterns in LangGraph: Managing Typed State and Stateful VariablesЧтение
Practice Assignment: State Machines and Reducer-Based Workflow DesignЗадание

Checkpointing Mechanisms and Recovery Workflows

Checkpointer Engines and Recovery LogicВидеоDemonstration: Implementing Persistent Checkpoints - IВидеоDemonstration: Implementing Persistent Checkpoints - IIВидеоDemonstration: Restoring State and Resuming Multi-Branch ExecutionВидеоRecovery and Fault Tolerance in State MachinesЧтениеPractice Assignment: Checkpointing Mechanisms and Recovery WorkflowsЗадание

Graph Execution Flow and Conditional Routing

DAG Execution and Conditional Routing TechniquesВидеоDemonstration: Building a Conditional Router NodeВидеоDemonstration: Implementing Parallel Execution and Subgraph InvocationВидеоGraph Routing Models: DAG Execution, Conditional Routing, and ParallelismЧтениеPractice Assignment: Graph Execution Flow and Conditional RoutingЗадание

Module Wrap-Up and Assessment

Module Summary: State Management, Checkpointing, and Graph ArchitectureЧтениеKnowledge Check: State Management, Checkpointing, and Graph ArchitectureЗаданиеDesigning Reliable Stateful Agent Workflows with LangGraphDIALOGUE
02Human-in-the-Loop Systems, Debugging, and Multi-Stage Control22 материалов

Human-in-the-Loop (HITL) Agent Workflows

Human Approval Workflow PatternsВидеоDemonstration: Implementing HITL Approval and State EditingВидеоDemonstration: Designing a Multi-Stage Approval Workflow - IВидеоDemonstration: Designing a Multi-Stage Approval Workflow - IIВидеоHuman Oversight Through MiddlewareЧтениеPractice Assignment: Human-in-the-Loop (HITL) Agent WorkflowsЗадание

Debugging Pipelines and Time-Travel Analysis

Time-Travel Debugging and Snapshot AnalysisВидеоDemonstration: Using Execution Log and Resuming from CheckpointsВидеоDemonstration: Performing Branch Analysis with Snapshots - IВидеоDemonstration: Performing Branch Analysis with Snapshots - IIВидеоFailure Patterns in Long-Running Agent WorkflowsЧтениеPractice Assignment: Debugging Pipelines and Time-Travel AnalysisЗадание

Multi-Step Task Planning and Execution

Planner & Executor Task ModelВидеоDemonstration: Creating a Planner Node with a Structured Executor - IВидеоDemonstration: Creating a Planner Node with a Structured Executor - IIВидеоDemonstration: Building Multi-Step Task Chains - IВидеоDemonstration: Building Multi-Step Task Chains - IIВидеоTrust, Explainability, and Human Confidence in AgentsЧтение

Module Wrap-Up and Assessment

Module Summary: Multi-Step Task Planning and ExecutionЧтениеKnowledge Check: Multi-Step Task Planning and ExecutionЗаданиеGoverning and Debugging a High-Risk Agent Workflow with Human OversightDIALOGUE
03Multi-Agent Orchestration and Distributed Reasoning20 материалов

Supervisor–Worker Architectures

Multi-Agent Roles and Communication ModelsВидеоDemonstration: Implementing a Supervisor Node and Worker Agents - IВидеоDemonstration: Implementing a Supervisor Node and Worker Agents - IIВидеоDemonstration: Message Passing Across Agent Nodes - IВидеоDemonstration: Message Passing Across Agent Nodes - IIВидеоDesigning Supervisor–Worker Agent Systems with LangGraphЧтениеPractice Assignment: Supervisor–Worker ArchitecturesЗадание

Debate Agents and Consensus-Based Reasoning

Models for Debate, Consensus, and Opinion AggregationВидеоDemonstration: Designing Debate Agents with Consensus VotingВидеоConsensus Modeling TechniquesЧтениеPractice Assignment: Debate Agents and Consensus-Based ReasoningЗадание

Multi-Agent Subgraphs and Distributed Workflows

Modular Subgraph ArchitectureВидеоSubgraph Communication and Message PassingВидеоDemonstration: Building a Multi-Agent Subgraph Workflow - IВидеоDemonstration: Building a Multi-Agent Subgraph Workflow - IIВидеоBuilding Distributed Agent Workflows Using SubgraphsЧтениеPractice Assignment: Multi-Agent Subgraphs and Distributed WorkflowsЗадание

Module Wrap-Up and Assessment

Module Summary: Multi-Agent Orchestration and Distributed ReasoningЧтениеKnowledge Check: Multi-Agent Orchestration and Distributed ReasoningЗаданиеHelping a Colleague Fix a Broken Multi-Agent ArchitectureDIALOGUE
04Course Wrap-Up and Assessment7 материалов

Course Wrap-Up and Assessment

Reflecting on Your Agentic AI and LangGraph JourneyDIALOGUEPractice Project: Building a Stateful Multi-Agent Research AssistantЧтениеEnd Course Knowledge Check: Building Stateful & Multi-Agent Systems with LangGraphЗаданиеDesigning a Stateful, Multi-Agent Workflow System with LangGraphЗаданиеInterview: Defend a Production-Ready Multi-Agent LangGraph SystemDIALOGUECourse SummaryВидеоDescribe Your Learning JourneyОбсуждение
Practice Assignment: Multi-Step Task Planning and ExecutionЗадание