How I build a Social Media Manager using LangGraph AI Agents

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ •

  • @rajandevkota8839
    @rajandevkota8839 6 днів тому +1

    Thank you for the video Lore. Hope to see more content in future :)

  • @theusualcouple
    @theusualcouple 4 дні тому

    Thanks for this tutorial. I am exploring frameworks for build an AI Agent application. Do you have any comparison between langgraph and Pydandtic AI ?

  • @HafizMuhammadUsmanNasim
    @HafizMuhammadUsmanNasim 6 днів тому +1

    Hello Lore, first time watched the video and absolutely loved it. Please keep it up it is very encouraging for those who are looking to learn.
    Apart from this, i'm getting a graph recursion limit error when invoking the content_extractor. any idea?

    • @lorevanoudenhove
      @lorevanoudenhove  5 днів тому

      Thank you for your kind words! I’m so glad you enjoyed the video and found it helpful in your learning journey.
      Regarding the graph recursion limit error with the content_extractor, it might have something to do with limits on your OpenAI model access, such as token limits or API constraints. You could check your API usage and ensure it’s within the allowed parameters.
      Let me know if that helps, and feel free to share more details if you’re still encountering issues!

    • @rajandevkota8839
      @rajandevkota8839 5 днів тому

      @@lorevanoudenhove no, it is from langgraph instead. While invoking we can set recursion limit, you can take something like 15 or 20 to avoid this error.