LangGraph_tuto

An agent leverages the LangChain & LangGraph library to facilitate complex interactions and tool invocations within conversations, enabling it to perform tasks such as data retrieval and processing based on user inputs.

Stars
0
Committers
2

AI Agents in LangGraph

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:

✅ Build an agent from scratch, and understand the division of tasks between the LLM and the code around the LLM.

✅ Implement the agent you built using LangGraph.

✅ Learn how agentic search retrieves multiple answers in a predictable format, unlike traditional search engines that return links.

✅ Implement persistence in agents, enabling state management across multiple threads, conversation switching, and the ability to reload previous states.

✅ Incorporate human-in-the-loop into agent systems.

✅ Develop an agent for essay writing, replicating a researcher's workflow working on this task.