LangGraph Deep Dive: Agents with Parallel Function Calling

Поделиться
HTML-код
  • Опубликовано: 14 май 2024
  • I reduced token usage by 87% by configuring my LangGraph agent to use parallel function calling.
    In this video, I walk through the basics of parallel function calling in LLMs, then dive into code on how to build a custom LangGraph agent from scratch that utilizes parallel function calling with OpenAI and LangChain. And in the second half of the video, I also run through a step-by-step walkthrough of LangGraph to observe how the graph, nodes, and graph state work in extreme detail.
    Interested in talking about a project? Reach out!
    Email: christian@botany-ai.com
    LinkedIn: linkedin.com/in/christianerice
    Timestamps:
    0:00 - Intro
    0:52 - Concept Overview: Parallel Function Calling
    7:26 - Code Example: A LangGraph Agent with Parallel Tools
    16:04 - Code Deep Dive: LangGraph Step By Step
    Follow along with the code here: github.com/christianrice/demo...
  • НаукаНаука

Комментарии • 7

  • @arthurwandzel7039
    @arthurwandzel7039 Месяц назад +2

    I liked the overview you did before jumping into the code - so helpful! Most tutorials just jump a s s backwards into the code.

  • @joshuashepherd7189
    @joshuashepherd7189 3 месяца назад +1

    Wow, I can't believe how informative your videos are! I can tell you put alot of work into them. Definitely looking forward to more releases from you!!

  • @JDWilsonJr
    @JDWilsonJr 3 месяца назад +1

    Just found your channel, subscribed, and working through the demos. Thank you so much for taking the time to compose them and the generosity to share them.

  • @GiovanneAfonso
    @GiovanneAfonso Месяц назад

    Great video!!!!

  • @J.AlexanderMarin-sp5gr
    @J.AlexanderMarin-sp5gr 2 месяца назад

    Very nice. re: the UI component, could you please provide a bit more info? Thanks!