The Best Way to Give AI Agents Tools in n8n

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

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

  • @AbhishekYadav-e5c7i
    @AbhishekYadav-e5c7i 9 дней назад

    I love your tutorial. Please make a complete tutorial on AI SDR Agent.

  • @imjanniz
    @imjanniz 12 дней назад +1

    I heard they added this but wasn't sure how it actually worked but this is insane

  • @Aiautomation-jk
    @Aiautomation-jk 12 дней назад

    I am Happy there ist another RUclips Video i always lern very much from your vids. Keep Up ur doing a significant Job 💪🏻

    • @nateherk
      @nateherk  12 дней назад +1

      Thank you much!

    • @Aiautomation-jk
      @Aiautomation-jk 12 дней назад

      So do i understand it right, the new Methode is us skiping the part we're we manualy Put the different query Strings in the different rows, which now Happens automaticly when we typ {{$from AI}} and then typ were it should get the information: (mail) (subject) or co?
      I love it its way more efficient 👌🏻

    • @Aiautomation-jk
      @Aiautomation-jk 12 дней назад

      ​@@nateherkand for your next Video you could show us how it reacts with vector stores. (like you said) That would Put it on a next level 😮

  • @adriangpuiu
    @adriangpuiu 12 дней назад +1

    +1. just subscribed. i need a strong example on a react agent , if you could record one would be great

  • @jmsdvs
    @jmsdvs 12 дней назад

    You're on fire!

  • @TheMrAi_com
    @TheMrAi_com 11 дней назад

    Thank You,! You are the best!

  • @stevenbaert1974
    @stevenbaert1974 11 дней назад

    Awesome! What would be nice if it could ask for confirmation like "this is what I am going to do"... are you sure?
    Then you maybe say to change item to an hour later or other topic.
    The confirmation would then be a switch you can set on or off. When all works well you switch confirmation off at the end 😊
    Same approach: would be really nice to talk to your AI agent and ask for your upcoming meetings and ask to clear schedule for certain day since you would plan holiday. Or postpone meeting and ask participants for other slots to meet.
    Iow all tasks a real human personal assistant does.

    • @nateherk
      @nateherk  11 дней назад

      That’s a cool idea yes, definitely possible within n8n. Thank you for the feedback!

  • @JorgePMera
    @JorgePMera 8 дней назад

    Do you troubleshoot using an LLM or do you have other methods?

  • @holiday8967
    @holiday8967 12 дней назад

    Watching in the first hour of posting this vid. Thank you

  • @musumo1908
    @musumo1908 11 дней назад

    Hey nice! Whats it using as the agent? Have they added langgraph?

    • @nateherk
      @nateherk  11 дней назад

      What do you mean?

  • @MatthiasHeim-Lailix
    @MatthiasHeim-Lailix 12 дней назад

    Great video. I was just trying to use gmail as a tool on the n8n cloud but it doesn't show up. Any idea why?

  • @StoryTimeGalaxy-he2eo
    @StoryTimeGalaxy-he2eo 11 дней назад

    My application for membership has been pending for weeks now. Thanks

    • @nateherk
      @nateherk  11 дней назад

      Well that can’t be true I check it everyday!

  • @sharteman
    @sharteman 11 дней назад

    How can I make the calendar so that the AI adds reminders as many times as necessary and participants if they are specified?

    • @nateherk
      @nateherk  11 дней назад

      You would want to automate the process of getting events and then build in the logic of there is an upcoming event. For adding participants, there is a field within the calendar node where you can add/invite attendees.

  • @johnb-42
    @johnb-42 12 дней назад

    How does the agent behave if the data is not complete? Or if a question does not match the tool?

    • @nateherk
      @nateherk  11 дней назад

      It will use its default value or we could build in error logic

  • @sharteman
    @sharteman 11 дней назад

    Как можно использовать fromAI например для description, но сделать условие так что если я не дал кикакого описания, он вообще не использует {{ $fromAI("description") }} в json

    • @nateherk
      @nateherk  10 дней назад

      I'm not sure exactly what you're asking. You're not required to add a description you just need a key.

  • @MasaRnB
    @MasaRnB 12 дней назад

    i want to know how to scrape from multiple pages please!!!
    it's good for n8n bignners!!

    • @nateherk
      @nateherk  12 дней назад

      Check out my channel I’ve made a few videos on scraping!!

    • @MasaRnB
      @MasaRnB 12 дней назад

      @
      i have checked your videos!
      i wanna know how to scrape without using AI agent.
      HTML node support extract from page.
      but i don't know how to do it when page has pagination.please upload video for n8n beginners)

    • @nateherk
      @nateherk  12 дней назад

      Did you watch this one?
      ruclips.net/video/gvldzucAoBo/видео.htmlsi=21-8JIYYdZ-BL08B

  • @stanleylu3625
    @stanleylu3625 12 дней назад

    Hey I was wondering if it's possible to create a chat bot that can configure n8n workflows for you.
    I was going to use the docs as training data for a fine tuned model then use the docs in a knowledge graph.
    The chat bot would understand my intent and the agent would be an architect and build the workflows for me in N8N's API. Do you think this is possible?
    Also have you every dabbled with SmythOS?

    • @nateherk
      @nateherk  11 дней назад

      Not sure entirely what you mean by this. As far as SmythOS I haven’t played around with it before

    • @stanleylu3625
      @stanleylu3625 11 дней назад

      @nateherk thanks for getting back to me.
      Was wondering if its possible to have a chat bot build n8n workflows out. Instead of setting things up yourself it understands your intent and starts to create workflows for you.
      And in order for it to do that, it would need to be an expert at the documentation. So I was thinking it needs to be fine tuned. What are your thoughts?

    • @nateherk
      @nateherk  11 дней назад +1

      @ That’s an interesting concept and I’m sure it’s possible, but as far as my skillset goes, I wouldn’t say with confidence I would know how to build that out at the moment.

    • @stanleylu3625
      @stanleylu3625 11 дней назад

      @@nateherk I'm tackling this with smythos then with n8n. I'll keep you in the loop. Least I can do given your great content! I'll DM you my Gmail