I use AI Agents to Respond to my Emails. Integrate CrewAI + LangGraph

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

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

  • @ProgressRobotics
    @ProgressRobotics 9 месяцев назад +4

    you have the most innovative videos around!

  • @planplay5921
    @planplay5921 9 месяцев назад +5

    As far as I know, LangGraph itself can also create tools, agents, etc. what are the advantages of using CrewAI?

    • @jdubtd10
      @jdubtd10 7 месяцев назад

      same q

  • @breakitdown4346
    @breakitdown4346 9 месяцев назад +1

    Hi Mervin. Thank you for your videos. It would be helpful if you could share with your viewers how many tokens your tools are using for these procedures. As you know langchain can use up a lot of tokens in these iterative programs, so this will be critical information we will be considering.

  • @seththunder2077
    @seththunder2077 5 месяцев назад

    Hey Mervin. If I have an email with custom domain how can I connect it to the gmail tool

  • @md.rakibulhaque2262
    @md.rakibulhaque2262 3 месяца назад

    Tool 'tavily_search_results_' not found.
    Tool 'create_draft' not found.
    having this two issues when running this code with groq llama3 70b model. Do you have any insight why this is happening
    thanks in advance

  • @renierdelacruz4652
    @renierdelacruz4652 9 месяцев назад +1

    It´s a great video, thanks very much

  • @fire17102
    @fire17102 9 месяцев назад

    Most importantly, does it protect against ai prompt attacks?

  • @SriniVasan-hv8cq
    @SriniVasan-hv8cq 4 месяца назад

    I am getting some errors when I run the app. What are the tools I need to install before hand? TIA!

    • @SriniVasan-hv8cq
      @SriniVasan-hv8cq 4 месяца назад

      I figured that out - but it is not detecting any new emails in the configured gmail account...What am I missing? TIA!

  • @tonywhite4476
    @tonywhite4476 9 месяцев назад

    This is great. Does it check for spam or phishing?

    • @MervinPraison
      @MervinPraison  9 месяцев назад +1

      Yes it does. But you can even add advanced prompting for advanced filter.

  • @vincentnestler1805
    @vincentnestler1805 9 месяцев назад

    I would have liked to do this but what you had for Oauth screens looked nothing like mine. I was not able to follow along.

    • @MervinPraison
      @MervinPraison  9 месяцев назад

      I missed showing the point 7 which is found here: support.google.com/cloud/answer/6158849?hl=en
      Its a one time setup. I set that up ages ago so it didn't create issue when i demo this video.
      I have covered that here: ruclips.net/video/nA4FtyAKhfA/видео.htmlsi=ZzGk_A9WeVy5Mktm&t=223
      OAuth Consent Screen (Required): console.cloud.google.com/apis/credentials/consent
      "7. If this is your first time creating a client ID, you can also configure your consent screen by clicking Consent Screen. (The following procedure explains how to set up the Consent screen.) You won't be prompted to configure the consent screen after you do it the first time."

  • @parisoswal
    @parisoswal 6 месяцев назад

    Can you share git repo please ? I prolly missed some step as I'm getting error.

  • @mannya2168
    @mannya2168 8 месяцев назад

    Hey Mervin, could you do this with Autogen? or at least suggest how you could do this with Autogen?

    • @mannya2168
      @mannya2168 8 месяцев назад

      Great videos BTW. Big Fan

  • @morganthemogul
    @morganthemogul 9 месяцев назад

    does it sort through your current inbox as well? or just new incoming emails

    • @MervinPraison
      @MervinPraison  9 месяцев назад

      Only most recent and incoming.

  • @doit8570
    @doit8570 5 месяцев назад +2

    Pliz i've followed all the steps but the model always waiting for 180 seconds to receive an email and doesnt receive any email
    PLIZ HELP

    • @akulurunikhila6697
      @akulurunikhila6697 5 месяцев назад +1

      even I was facing same issue, it always says no new email

    • @doit8570
      @doit8570 5 месяцев назад

      ​@@akulurunikhila6697 Have you already activated the billing credit card in GCP

    • @doit8570
      @doit8570 5 месяцев назад

      @@akulurunikhila6697 hi did u resolved the problem

    • @doit8570
      @doit8570 4 месяца назад

      @@akulurunikhila6697 did u tested isoletly if the 2 apis are working good

  • @ganj0rm0n
    @ganj0rm0n 9 месяцев назад +1

    Really nice! But this must burn a ton of tokens.

    • @MervinPraison
      @MervinPraison  9 месяцев назад

      Thanks. Yes it does burn out ton of tokens.

  • @build.aiagents
    @build.aiagents 9 месяцев назад

    Phenomenal

  • @harshitdtu7479
    @harshitdtu7479 7 месяцев назад

    can anybody please tell me how can we do this on google colab

  • @chandoyoutube-o1d
    @chandoyoutube-o1d 5 месяцев назад

    code for this please?

    • @MervinPraison
      @MervinPraison  5 месяцев назад

      Added that in the description now

    • @dude175-tm7rw
      @dude175-tm7rw 4 месяца назад

      @@MervinPraison I get this error repeatedly: Error in LangChainTracer.on_chain_start callback: LangSmithError("Failed to post .../runs in LangSmith API. Invalid URL '.../runs': No scheme supplied. Perhaps you meant .../runs?
      "). I followed the exact same steps you did, do you know how to resolve this?