Chevron Left
Back to AI Agents in LangGraph

Learner Reviews & Feedback for AI Agents in LangGraph by DeepLearning.AI

4.8
stars
43 ratings

About the Course

LangChain, a popular open source framework for building LLM applications, recently introduced LangGraph. This extension allows developers to create highly controllable agents. In this course you will learn to build an agent from scratch using Python and an LLM, and then you will rebuild it using LangGraph, learning about its components and how to combine them to build flow-based applications. Additionally, you will learn about agentic search, which returns multiple answers in an agent-friendly format, enhancing the agent’s built-in knowledge. This course will show you how to use agentic search in your applications to provide better data for agents to enhance their output. In detail: 1. Build an agent from scratch, and understand the division of tasks between the LLM and the code around the LLM. 2. Implement the agent you built using LangGraph. 3. Learn how agentic search retrieves multiple answers in a predictable format, unlike traditional search engines that return links. 4. Implement persistence in agents, enabling state management across multiple threads, conversation switching, and the ability to reload previous states. 5. Incorporate human-in-the-loop into agent systems. 6. Develop an agent for essay writing, replicating the workflow of a researcher working on this task. Start building more controllable agents using LangGraph!...

Top reviews

Filter by:

1 - 8 of 8 Reviews for AI Agents in LangGraph

By Evan M

•

Jul 1, 2024

As usual pretty fantastic short course on Deep Learning, very grateful! I had errors in the Human in the loop section, no matter how many times I reloaded the page and reran the steps ensuring the kernal was present. Everything else though was great. I was a competitor in NVIDIA's AI Agent Developer Contest and had this been out two weeks ago I would have felt much more confident on employing Graphs vs just Agents. TY very Much, Evan Mendenhall

By Elise W

•

Sep 19, 2024

very interesting and inspiring work, also solidify my knowledge of llms.

By debobrata p

•

Aug 30, 2024

This was really Awesome Learning

By Sanjay U

•

Jul 20, 2024

Very Valuable and insightful !!

By Nadeem N

•

Sep 17, 2024

just best

By Ahmad S A A

•

Jun 29, 2024

Thanks 🌸

By Jaime G

•

Jul 3, 2024

Ok

By Eliseo B F

•

Oct 16, 2024

a short course that shows the utility of LangGraph