I Built a Personal Assistant AI Agent with No Code in n8n

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

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

  • @TrevorMatthews
    @TrevorMatthews 3 месяца назад +4

    I’ve watched a couple of your videos now and went to your channel to see what else you had. I was shocked you only have 10 or so videos! Your content is really good and polished. I think you’re gonna be very successful. Best of luck.

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

      I really appreciate this! Thank you man!

  • @____2080_____
    @____2080_____ 3 месяца назад +6

    This is awesome, Nate. Just to let you know, gaining tremendous valuable learnings from your work.

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

      Thank you! I’m glad to hear that!

    • @mishaelo689
      @mishaelo689 3 месяца назад

      Can you share this workflow please? ​@@nateherk

    • @techfren
      @techfren 3 месяца назад

      yess!!

  • @hanzalayousuf3044
    @hanzalayousuf3044 18 дней назад +1

    hello nate amazing videos
    One thing i would suggest is working on your prompts
    They have very basic functionality and sometimes dont work

  • @burnshadow1117
    @burnshadow1117 7 дней назад

    appreciate your tutorials!

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

    Awesome videos Nate. I am learning a lot and using it in my own projects. Thanks!

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

      Thank you! This is awesome to hear

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

    Great video. The way you broke everything down was brilliant. I just sent you an email not too related to business but more as a student. Would love to learn from you!

  • @joellecruz7270
    @joellecruz7270 3 месяца назад

    Incredible, Nate! Super excited to work with you.

  • @stevebutler3112
    @stevebutler3112 2 месяца назад

    Thanks, I have been looking for a tool to build agents with and this seems to meet my needs.

  • @geopopos
    @geopopos 3 месяца назад

    Great way to leverage workflows as tools man nice work!

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

      Thank you sir!

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

    With real time OPenAI would be awesome. Or even whisper sending voice message and return them in both message and audio from AI. Thnks Nate

    • @dad2979
      @dad2979 3 месяца назад +4

      I'm not disagreeing with you but the process as designed would inject too much latency to be practical. Much cheaper to have a flow that grabs an uploaded voice note being processed though whisper locally or Groq.

    • @SoloJetMan
      @SoloJetMan 3 месяца назад

      @@dad2979 would appreciate a tutorial for this workflow if you have a channel

    • @tecnopadre
      @tecnopadre 3 месяца назад

      @@dad2979 no worries, always happy to learn more.

  • @karimgamal1208
    @karimgamal1208 3 дня назад

    thank you

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

    Thanks! Kinda confused on how the "Send Email" node works. I assume there's some logic in the main OAI prompt, and you hardcoded the email address into it? Also would have liked to see how you're using the vector database.

    • @nateherk
      @nateherk  3 месяца назад

      Check out a previous video I made about building an Email AI Agent! I go into more details about pushing contact data into pinecone and the prompting!

    • @ArtKrishnamurti
      @ArtKrishnamurti 3 месяца назад

      @@nateherk awesome thanks!

  • @endthefed_1913
    @endthefed_1913 15 дней назад

    Thanks!

  • @Aaron-on3wk
    @Aaron-on3wk 3 дня назад

    Hey im curious as to what is the difference between using the already existing gmail node and creating the tool yourself?

    • @nateherk
      @nateherk  3 дня назад

      At the time of recording this video, the existing Gmail tool node didn’t exist

  • @lucenajjj
    @lucenajjj 2 месяца назад

    Excellent class my friend. How do I download this Flow?

    • @nateherk
      @nateherk  2 месяца назад

      Please check in my free Skool community!

  • @realgouravverma
    @realgouravverma 2 месяца назад

    This is really great. I didn't understand the value of summarise the database. I mean it is only referring to same database everytime because we have hardcoded in the setting. What is use of this summarisation?

    • @nateherk
      @nateherk  2 месяца назад

      One of the functions available to us was to update the database. So as new projects are added or current projects are updated, the summary would reflect these changes. The idea of this build was more to show everyone how to hook up different tools to and agent and open your eyes to the capabilities.

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

    Could this be used with GPT's voice API ? It can output text and voice. You could speak what you want and it could output text for agents to use.

  • @cerberes
    @cerberes 2 месяца назад

    Hi Nate, great breakdown of the nodes and process. Regarding the database where you're using the Google Sheet would referencing the Pinecone DB be an appropriate use of Pinecone for the data you are keeping track of?

    • @nateherk
      @nateherk  2 месяца назад

      Hey there! Pinecone could absolutely work yes, as vector databases are more efficient at searching large amounts of data and retrieving what we need. It really just depends on the use case and obviously in this example the database was super simple, so google sheets sufficed.

  • @pleabargain
    @pleabargain 3 месяца назад +2

    Any idea how much these API calls are costing you? What of using Ollama for some of the lighter lifting?

    • @nateherk
      @nateherk  3 месяца назад

      During all of my testing with this build, I racked up about $0.10 of usage, all using GPT-4o. You could also significantly decrease your costs with 4o mini. I hope that helps!

    • @pleabargain
      @pleabargain 2 месяца назад

      Thank you

  • @FelimarSalon-n9u
    @FelimarSalon-n9u 3 месяца назад +1

    Whats the prompt you use in the main agent?

    • @nateherk
      @nateherk  3 месяца назад

      For this video I kept the prompt very simple. All I did was tell the agent the current date using the JavaScript function {{$now}}, and I outlined each tool the agent had access to. A cool tip, when you need a quick prompt you can take a screenshot of your workflow and have chat write one. It won’t be perfect but you want to make sure Chat knows to include the following sections of your prompt at a bare minimum: Context, Role, Instructions on the Tools, and Examples.

    • @FelimarSalon-n9u
      @FelimarSalon-n9u 3 месяца назад +1

      @@nateherk Thanks nate, will definitely try it.

  • @ElaraArale
    @ElaraArale 3 месяца назад

    Yeah, thanks, this is very helpful/

  • @prem101ful
    @prem101ful 2 месяца назад

    If I want to create a SaaS-based module for this workflow, I have few questions. Can we create SaaS-based solutions utilizing n8n? For example, the user should sign up, grant access to Gmail, etc. I realize that we need to integrate n8n into our backend to automate processes and integrate with other services.

    • @nateherk
      @nateherk  2 месяца назад

      Hey! Feel free to join my free Skool community and shoot me a DM, or email me nateherk@uppitai.com

  • @Freelancer95-p8x
    @Freelancer95-p8x Месяц назад

    But it still can’t solve complex things right? It’s like Siri …. What about things like can you please cancel all my appointments for Tommorow via Mail etc.?

  • @saabirmohamed636
    @saabirmohamed636 3 месяца назад

    Hi, do you have the workflow json i can paste. or is it in the community search in n8n?

    • @nateherk
      @nateherk  3 месяца назад

      This workflow is currently not accessible because I’m working on expanding it and altering some of the tools to be more powerful. I am hoping to create a community in the next few weeks where I can share resources with you all

    • @nateherk
      @nateherk  3 месяца назад

      If you shoot me an email, I'd be happy to share the workflows with you! nateherk@uppitai.com

  • @jakobm999
    @jakobm999 3 месяца назад

    Greate video, can you please share your n8n flows

    • @nateherk
      @nateherk  3 месяца назад

      Working on a community where I can upload all of my resources associated with each video. Stay tuned for this!

    • @arnoldmukisa
      @arnoldmukisa 3 месяца назад

      @@nateherk would be great if you could share this initial one as starting point

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

      If you shoot me an email, I'd be happy to share the workflows with you! nateherk@uppitai.com

    • @nateherk
      @nateherk  3 месяца назад

      If you shoot me an email, I'd be happy to share the workflows with you! nateherk@uppitai.com

  • @OffRoadOutpost
    @OffRoadOutpost 2 месяца назад

    You should show what actually happens and the use of it. Demo

    • @nateherk
      @nateherk  2 месяца назад

      I’m confused. I do demo the agent on each step

  • @mistazed1170
    @mistazed1170 3 месяца назад

    Does it transfer all your data somewhere?

    • @nateherk
      @nateherk  3 месяца назад

      Not sure I understand what you’re asking here

    • @olivert.7177
      @olivert.7177 2 месяца назад +1

      Ist depends if you use a managed instance or if you self host it (which is possible). I run it on a local machine in my room.
      Same for the LLM.

  • @tokenization
    @tokenization 3 месяца назад

    does this work with ollama?

    • @nateherk
      @nateherk  3 месяца назад

      Of course!

    • @tokenization
      @tokenization 3 месяца назад

      @@nateherk do you need a bigger model like gpt40 in order to complete tasks like this or can llama3.2 handle it?

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

      @@tokenization I generally use 4o as that’s what I’ve found to work best. I can’t speak too much on the ollama models, haven’t used them extensively.

  • @redneq
    @redneq 3 месяца назад +2

    Chaining this Agent to then call upon a plethora of smaller, focuse lifestyle type agents would be and will be the way until we get all knowing. An example, a calendar agent strictly focused on all things caledaring, then so on with more. Cooking, Cleaning, Shopping, Researching, all based around you're databases and vectors that you've started here with as a foundation. Suggest moving to ollama or anything you like but local. No need in having your stuff going out unless you want to cotinue paying.. Great work on a PARENT/CHILD type model. That's what life is right ;)

    • @nateherk
      @nateherk  3 месяца назад

      Great thoughts, thank you for the comment!

  • @lamredkoala8463
    @lamredkoala8463 2 месяца назад

    Can somebody help with a workflow automation ?

    • @nateherk
      @nateherk  2 месяца назад

      Hey there! Feel free to fill out a form on my website or shoot me an email nateherk@uppitai.com. I am currently at capacity with projects but I will get back to you as soon as I can!

  • @livecounter1216
    @livecounter1216 3 месяца назад

    Where can I steal this from

    • @nateherk
      @nateherk  3 месяца назад +2

      Working on setting up a community to be able to upload my resources for you guys