LangGraph: Hierarchical Agents - How to build Boss & Subordinate Agents

In this video I will show you how to build hierarchical agents with LangGraph. Subordinate Agents will ALWAYS Report to a Boss Agent, who than makes a final decision on a specific topic. We will create a fictive news agency.
Code: github.com/Coding-Crashkurse/...
Timestamps:
0:00 Introduction
0:45 LLM Setup
5:51 LangGraph - Nodes & Edges
12:31 Result
#langchain #langgraph #agents

Пікірлер: 15

  • @italoaguiar
    @italoaguiar11 күн бұрын

    Thanks! Great video!

  • @pabloguatibonza5992
    @pabloguatibonza599219 күн бұрын

    Great video! I would like to see a video about a customer support chatbot(with Q&A and RAG)

  • @codingcrashcourses8533

    @codingcrashcourses8533

    18 күн бұрын

    I got a very similar Video about that

  • @pabloguatibonza5992

    @pabloguatibonza5992

    15 күн бұрын

    @@codingcrashcourses8533 thank you very much. I think i saw it, it was developed in langchain. However, I would like to see it using langgraph. Thank you very much for making this kind of content

  • @jdallain
    @jdallain29 күн бұрын

    Awesome!

  • @codingcrashcourses8533

    @codingcrashcourses8533

    29 күн бұрын

    thank you :)

  • @GeriFitrah
    @GeriFitrah29 күн бұрын

    nice

  • @oluwaseunakinropo6318
    @oluwaseunakinropo631821 күн бұрын

    i really want to see a langgraph fastapi version from you ser

  • @codingcrashcourses8533

    @codingcrashcourses8533

    21 күн бұрын

    Will we done. I will do a human-in-the-loop version

  • @fraririri

    @fraririri

    16 күн бұрын

    ​@@codingcrashcourses8533 Yes please :)

  • @DanielWeikert
    @DanielWeikert29 күн бұрын

    Have you seen (or use it yourself) that LangGraph is used in company environment in production? Thx

  • @codingcrashcourses8533

    @codingcrashcourses8533

    29 күн бұрын

    Not yet, but we May use it for deterministic dialogue flows

  • @miguelangelmurillo1297

    @miguelangelmurillo1297

    23 күн бұрын

    Yes, I already deployed one app using langgraph

  • @miguelangelmurillo1297
    @miguelangelmurillo129729 күн бұрын

    Why has gpt-4o changed the way of using calling function, which is essential for an agent? How to integrate into these systems

  • @codingcrashcourses8533

    @codingcrashcourses8533

    29 күн бұрын

    Was it? I did not use it in the API, but as far as I know it works the same and would expect that openai makes compabible updates in it´s api