Power BI Fundamentals - Create visualizations and dashboards from scratch
AI Adoption - Drive Business Value and Organizational Impact
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn to build multi-agent systems using LangGraph through this comprehensive 52-minute tutorial that addresses the limitations of single-agent approaches and demonstrates practical implementation. Explore why multi-agent systems are essential in today's AI landscape by examining the shortcomings of single-agent systems and identifying scenarios where they fail to deliver optimal results. Discover the various types of multi-agent systems and their structural frameworks, including different collaboration patterns and organizational hierarchies. Master the fundamentals of multi-agent collaboration structures and understand how agents can work together effectively to solve complex problems. Follow along with an extensive hands-on coding session that walks you through building a hierarchical multi-agent system using LangGraph, a rapidly growing framework specifically designed for implementing agentic systems. Gain practical experience in agent design patterns while learning to structure and coordinate multiple AI agents within a cohesive system architecture.
Syllabus
0:00 - Intro
0:37 - Problem with single agent systems
2:20 - Types of multi-agent systems
3:42 - Multi-agent collab structure
6:36 - Overview of hands-on exercise
8:00 - Hands-on coding
51:50 - Extro
Taught by
AI Bites
Reviews
4.0 rating, based on 1 Class Central review
Showing Class Central Sort
-
Provided a quick overview for a first lesson that is sufficiently comprehensive as a starter.
Could have given a 5 stars if the content was executed flawlessly. For example, instead of typing the codes, it would have been more effective that the trainer put in the completed code that are free from typo.
Another improvement was that the solution should make use of the latest libraries. For example, instead of the using create_react_agent which resulted in warning, the material should be more up to date and use the create_agent method.