Building Your First Agentic AI- Financial Agent With Phidata

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 319

  • @krishnaik06
    @krishnaik06  14 วันที่ผ่านมา +1

    Join our new Live Agentic AI And Generative AI Application With Cloud Bootcamp (AWS And GCP)
    Enrollment Link:
    bit.ly/4a3CYkE
    📞 Call or Text Us on WhatsApp to Know More About Live Courses:
    +91-9111533440

  • @krishnaik06
    @krishnaik06  19 วันที่ผ่านมา +61

    Target is there for this video :)

    • @rishiraj2548
      @rishiraj2548 19 วันที่ผ่านมา

      👍

    • @lotfihouam7554
      @lotfihouam7554 19 วันที่ผ่านมา

      👍

    • @adityajoshi6619
      @adityajoshi6619 19 วันที่ผ่านมา

      How to access the dashboard?

    • @itzmeakash9695
      @itzmeakash9695 19 วันที่ผ่านมา +4

      Please build a production level application and hosted it on any cloud so that really help full

    • @TechNagari
      @TechNagari 19 วันที่ผ่านมา

      Amazing application 👍

  • @phidata
    @phidata 14 วันที่ผ่านมา +16

    Thank you for featuring Phidata in your video! 🎉

  • @krishnaik06
    @krishnaik06  19 วันที่ผ่านมา +59

    This code will fix the issue
    multi_ai_agent=Agent(
    team=[agent_search,agent_finace],
    model=Groq(id="llama-3.1-70b-versatile"),
    instructions=["Always include sources", "Use tables to display data"],
    show_tool_calls=True,
    markdown=True,
    )
    multi_ai_agent.print_response("Summarize analyst recommendations and share the latest news for NVDA", stream=True)

    • @Urbanunboxing
      @Urbanunboxing 18 วันที่ผ่านมา

      Thanks sir 🙏🥰

    • @manikumar-vr3kp
      @manikumar-vr3kp 18 วันที่ผ่านมา +1

      isnt this like crew ai ?

    • @RandomEXE-rf6qn
      @RandomEXE-rf6qn 18 วันที่ผ่านมา +5

      sir just pass the Groq model for multi_ai_agent , beause this instance tries to access openai models by default

    • @innovatorshome
      @innovatorshome 18 วันที่ผ่านมา

      what was the correction?

    • @vcravikiran
      @vcravikiran 18 วันที่ผ่านมา

      @@krishnaik06 Thanks Sir

  • @NaveenReddy-p5j
    @NaveenReddy-p5j 19 วันที่ผ่านมา +5

    Thanks for sharing! Excited to create a financial AI agent with Phidata and open-source LLM models. That discount on the Advanced NLP course is a great bonus!

  • @FazalMalik-y4p
    @FazalMalik-y4p 19 วันที่ผ่านมา +1

    A worthwhile and trending video series indeed ..

  • @nimiprave
    @nimiprave 16 วันที่ผ่านมา +12

    The Reason that the Open AI Key was requested, was because of the Multi Agent Application block which by default looks for open AI. Instead , you can replace with the LLM of your choice as shown below. This was the reason for the lookup of the openAI api key in the video. Great Video. This is was first ever experience and I thoroughly enjoyed..
    # multi agent application
    multi_ai_agent = Agent(
    team=[web_search_agent, finance_agent],
    model=
    instructions=["Use the web search agent to find information about the company and the financial agent to find information about the stock.",
    "Use table to display the data"],
    show_tool_calls=True,
    markdown=True
    )

    • @HarshJaiswal-f6z
      @HarshJaiswal-f6z 14 วันที่ผ่านมา

      In the Video llama model is requested

    • @yashnarang3014
      @yashnarang3014 6 วันที่ผ่านมา +1

      @@HarshJaiswal-f6z you have to give model parameter in multi_agent

    • @yashnarang3014
      @yashnarang3014 6 วันที่ผ่านมา +1

      Thanks for commenting was looking for exactly this

    • @sagarrao6355
      @sagarrao6355 5 วันที่ผ่านมา

      Thanks

  • @adityabhosale7838
    @adityabhosale7838 18 วันที่ผ่านมา +6

    Hello Krish Sir,
    I have been a student of you since last 2 years. Thank you for all the teachings you provide us for free. Just a humble request. Please make a complete LLM and GEN AI playlist containing all videos related to LLM and GenAi.......It will be very helpful to us to follow along. Big thank you to you.....never stop teaching.
    Sincerely
    One out of million students.

    • @parthdeshwal4419
      @parthdeshwal4419 8 วันที่ผ่านมา

      he already has a course for that on udemy...you can pirate it too

  • @jayhu6075
    @jayhu6075 15 วันที่ผ่านมา

    For a beginner in Agentic AI, your explanation is very clear and easy to understand. Many thanks.

  • @mushinart
    @mushinart 18 วันที่ผ่านมา +2

    loved this lesson , applied it ,, gave an idea based on it ....thanks a million mr. naik

  • @sagarrao6355
    @sagarrao6355 5 วันที่ผ่านมา

    Thanks for doing all these videos for free.

  • @aniketkulkarni6634
    @aniketkulkarni6634 8 วันที่ผ่านมา

    Thank you for this series Krish sir!!
    It was my first time doing Agentic AI project, loved it!

  • @knowworld4255
    @knowworld4255 19 วันที่ผ่านมา +1

    Thank You So Much. Let this series continue please ! . This was awesome

  • @itz_me_kratos
    @itz_me_kratos 19 วันที่ผ่านมา

    Thank you so much, I'm new to this and knew almost nothing about AI model creation... It was sooo easy to understand
    I forever owe my gratitude, Thank you for soo much

  • @guzzyman1000
    @guzzyman1000 13 วันที่ผ่านมา +1

    Super Krish Nike...Super Duper Krish...I just hit the subscribe button because you gave me such nice vibe. Your vidoe is super simple to watch for a 5 year old.

  • @MallikarjunYadawad-p8y
    @MallikarjunYadawad-p8y 18 วันที่ผ่านมา

    Thank you for making the Building Agentic AI course available for free. Grateful for this opportunity to learn krish brother

  • @shrutishravani1364
    @shrutishravani1364 19 วันที่ผ่านมา +1

    Dil se thank you sir ❤

  • @aarizmobin4487
    @aarizmobin4487 17 วันที่ผ่านมา

    superb content .... very informative video of Agentic AI....

  • @codestudio9421
    @codestudio9421 18 วันที่ผ่านมา +1

    Thank you sir for such a nice and smooth presentation. You explained concepts in an understandable way. Thanks again

  • @krrajakumar714
    @krrajakumar714 4 วันที่ผ่านมา

    Super targets achieved

  • @kadri2767
    @kadri2767 18 วันที่ผ่านมา +1

    Thanks Krish ❤, You are my HERO

  • @a2ashraf
    @a2ashraf 19 วันที่ผ่านมา

    My contribution to the comments. Keep up the great work my man. From Canada!

  • @ruthc.2209
    @ruthc.2209 18 วันที่ผ่านมา +1

    Hi Krish,
    Thanks for sharing all your knowledge. I hope you had a great year and that the coming one will be even better.
    Best regards from Argentina.

  • @datawithmaths
    @datawithmaths 18 วันที่ผ่านมา

    You are inspiration sir

  • @mohsinsial08
    @mohsinsial08 19 วันที่ผ่านมา +1

    you're always doing well explain for us

  • @yadnyeshkhotre2001
    @yadnyeshkhotre2001 19 วันที่ผ่านมา +3

    Small but detailed video to get started with agentic ai. I would suggest to get a next video using livekit as an orchestratation platform where we could have an option of multi media streaming

  • @neilakhawat
    @neilakhawat 19 วันที่ผ่านมา +2

    Amazing Video

  • @faizahmed007
    @faizahmed007 19 วันที่ผ่านมา

    Thank you Sir for this great video playlist.

  • @bhagyeshthakur2541
    @bhagyeshthakur2541 15 วันที่ผ่านมา

    Thank you Sir for this great video

  • @amouzoukevo2054
    @amouzoukevo2054 19 วันที่ผ่านมา +4

    2025 Button activated 😩 with Krish, super excited

  • @rahilsaxena3910
    @rahilsaxena3910 19 วันที่ผ่านมา

    Thanks for sharing..very informative 👍

  • @ytakram
    @ytakram 14 วันที่ผ่านมา

    Great video on creating multi agent app

  • @IndiMiddleClass
    @IndiMiddleClass 18 วันที่ผ่านมา +1

    Thank you sir
    Eagerly waiting for upcoming videos

  • @himanshukashyap640
    @himanshukashyap640 10 วันที่ผ่านมา

    Great video sir

  • @yashsingh6814
    @yashsingh6814 18 วันที่ผ่านมา

    Thank you soo much sir, for providing this quality teaching

  • @PranD1810
    @PranD1810 17 วันที่ผ่านมา

    Great session Krish, Very informative. Keep up the good work!

  • @Balajipdv
    @Balajipdv 9 วันที่ผ่านมา

    Thank you very munch , nice explication

  • @mugomuiruri2313
    @mugomuiruri2313 18 วันที่ผ่านมา

    good to watch

  • @RajMohanTella-i1s
    @RajMohanTella-i1s 19 วันที่ผ่านมา

    Beautifully explained!

  • @atulindani1795
    @atulindani1795 19 วันที่ผ่านมา +5

    I think in the 3rd agent ( multi ai agent), since you didn't explicitly mention the model to be used, its using the default model as OpenAi and hence it showing errors to specify open api key. Please check

  • @ishtiaqmarwat
    @ishtiaqmarwat 15 วันที่ผ่านมา

    Great work @krish Naik

  • @sujithadr
    @sujithadr 18 วันที่ผ่านมา +1

    Great start Krish. Thank you for the initiative

  • @saikrishnavinjamuri5034
    @saikrishnavinjamuri5034 17 วันที่ผ่านมา

    Thank you krishnaik, really awesome

  • @sivatata6970
    @sivatata6970 14 วันที่ผ่านมา

    Thank you.

  • @sanjuchibb76
    @sanjuchibb76 19 วันที่ผ่านมา

    thanks Krish you are really great, keep up the good work, your videos are really helping need persons.

  • @thamilarasan4048
    @thamilarasan4048 18 วันที่ผ่านมา

    I hope the target will achieve 🎉

  • @automateboringstuffwithraj
    @automateboringstuffwithraj 19 วันที่ผ่านมา

    Sir, I am always with you on this learning journey ❤❤

  • @babamca
    @babamca 8 วันที่ผ่านมา

    Amazing work keep going

  • @AIforAll-DOMANA
    @AIforAll-DOMANA 18 วันที่ผ่านมา

    THANK YOU SO MUCH FOR ALL

  • @karthiksundaram544
    @karthiksundaram544 16 วันที่ผ่านมา

    Nice 🎉

  • @mfarooq28
    @mfarooq28 18 วันที่ผ่านมา

    Really enjoyed the session.

  • @jays2383
    @jays2383 18 วันที่ผ่านมา

    Subscribing to Krishh Sir channel is always a step forward our along with a new Trend in Tech world 😁😁

  • @mushinart
    @mushinart 19 วันที่ผ่านมา +1

    Cool stuff, mr. Naik😊

  • @thejaswinianalyst1607
    @thejaswinianalyst1607 18 วันที่ผ่านมา

    Thank you for this video

  • @purvi9958
    @purvi9958 15 วันที่ผ่านมา

    Thankyou sir!

  • @CARBON2AI
    @CARBON2AI 17 วันที่ผ่านมา

    It’s really useful vedio thanks
    Hope you get success

  • @Max.p595
    @Max.p595 19 วันที่ผ่านมา

    Good information

  • @DipeshDivyanshu
    @DipeshDivyanshu 18 วันที่ผ่านมา

    Thanks we need more videos on Agentic Workflows. There are very few relevant videos on TH-cam.

  • @Thesportstrend
    @Thesportstrend 15 วันที่ผ่านมา

    Great video bro! Exactly what I was looking for. Thank you.

  • @ayushdwivediyt
    @ayushdwivediyt 14 วันที่ผ่านมา +1

    happy new year sir , thanks for the video

  • @bigdaddy-mz
    @bigdaddy-mz 18 วันที่ผ่านมา

    Many Thanks....

  • @studymode343
    @studymode343 16 วันที่ผ่านมา

    Great

  • @hrshlgunjal-1627
    @hrshlgunjal-1627 11 วันที่ผ่านมา

    AmazIng.

  • @pradeepjungkarki4510
    @pradeepjungkarki4510 19 วันที่ผ่านมา

    thank you sir

  • @fasilmveloor
    @fasilmveloor 19 วันที่ผ่านมา

    thank you krish for this amazing video

  • @salmanmonir9073
    @salmanmonir9073 19 วันที่ผ่านมา

    thank you sir for these videos!

  • @michellepace
    @michellepace 17 วันที่ผ่านมา

    Thank you for this, I think you may have forgotten to add it to your playlist.

  • @ShivamTripathi-o3w
    @ShivamTripathi-o3w 17 วันที่ผ่านมา

    thanks sir

  • @Max.p595
    @Max.p595 19 วันที่ผ่านมา

    Thanks a lot for this video

  • @sidharth.music23
    @sidharth.music23 18 วันที่ผ่านมา

    Great video

  • @mugdhamuhib7291
    @mugdhamuhib7291 18 วันที่ผ่านมา

    Keep up the good work dada ❤

  • @Engineeruy
    @Engineeruy 18 วันที่ผ่านมา +1

    Hey Krish!
    Really Excited for this course.
    Request to you on making some agents related Ed-tech industry

  • @Adithya-xx1ns
    @Adithya-xx1ns 19 วันที่ผ่านมา

    Excellent

  • @akshaykumarbedre7535
    @akshaykumarbedre7535 2 วันที่ผ่านมา

    the video was really great , i also try to code the same think , in video sir forget to load the .env to environment as os.environ.

  • @rajeshp9319
    @rajeshp9319 18 วันที่ผ่านมา

    Great work

  • @Nibohs
    @Nibohs 18 วันที่ผ่านมา

    Super

  • @saurabh_bhagat_
    @saurabh_bhagat_ 18 วันที่ผ่านมา

    Great tutorial ❤

  • @shahbaztech7064
    @shahbaztech7064 13 วันที่ผ่านมา

    nice

  • @souravgain3139
    @souravgain3139 18 วันที่ผ่านมา

    great job

  • @ravulapallivenkatagurnadha9605
    @ravulapallivenkatagurnadha9605 16 วันที่ผ่านมา

    Please continue videos

  • @pawankumarrai07
    @pawankumarrai07 19 วันที่ผ่านมา

    Best video

  • @ranadheerreddy2996
    @ranadheerreddy2996 18 วันที่ผ่านมา +1

    Thanks for the video. Could you please explain about the parameters you used from Phidata, as it was starting video was expecting info from where and how you are using those parameters.

  • @mukhlisraza
    @mukhlisraza 17 วันที่ผ่านมา

    That's awesome. It would be more beneficial to give us a hint if we want to use Ollama to run locally.

  • @rajupresingu2805
    @rajupresingu2805 18 วันที่ผ่านมา +1

    Great video Krish! Hope you will do one with pydantic AI !

  • @nemesis2477
    @nemesis2477 19 วันที่ผ่านมา

    Very informative !

  • @celestialgamer360
    @celestialgamer360 18 วันที่ผ่านมา +2

    You can use whatever llm models you want if you are encountering error or enough quotas you can leverage its power using transformers hugging face in offline machine, if you don't want to use api key or you don't have api key openai. But always remember you should have quite good GPU if you want to do it in offline with heavy llms.

    • @GaganaMD
      @GaganaMD 18 วันที่ผ่านมา

      Hey! For localhost 7777, for me it says "The endpoint is not available ; Choose a different endpoint"
      Any idea how to solve that?

    • @celestialgamer360
      @celestialgamer360 18 วันที่ผ่านมา +1

      @GaganaMD hmm, so you are using port 7777. If that port is not available you can use any port between 1 to 65535.I hope it might help you.

    • @GaganaMD
      @GaganaMD 18 วันที่ผ่านมา

      @@celestialgamer360 The local program has the end point set to port 7777 but I'm not able to connect through the phidata dashboard

    • @radhekoringa884
      @radhekoringa884 16 วันที่ผ่านมา

      The issue might be in browser. I was also facing same issue in brave browser , after searching documentation and community i got answer try using chrome instead of brave browser

    • @yashsinghal7471
      @yashsinghal7471 6 วันที่ผ่านมา

      @@GaganaMD I am facing same problem.. Did u find solution?

  • @mharish83
    @mharish83 19 วันที่ผ่านมา

    Good info Krish - Thank you...!

  • @OfficialPhilCollins-m1q
    @OfficialPhilCollins-m1q 18 วันที่ผ่านมา +11

    If you are not in the financial market space right now, you are making a huge mistake. I understand that it could be due to ignorance, but if you want to make your money work for you...prevent inflation
    😊

    • @JoshuaW-j9m
      @JoshuaW-j9m 17 วันที่ผ่านมา

      A lot of people still make massive profit from the crypto market, all you really need is a relevant information and some ‹professional advice. ‹it's totally inappropriate for investors to hang on while suffering from dip during significant

    • @DianaRoseIlaya
      @DianaRoseIlaya 17 วันที่ผ่านมา

      You trade also?, I

    • @JoshuaW-j9m
      @JoshuaW-j9m 17 วันที่ผ่านมา

      No I don't trade on my own anymore, I always required help and assistance

    • @JoshuaW-j9m
      @JoshuaW-j9m 17 วันที่ผ่านมา

      From my personal financial advisor

    • @DianaRoseIlaya
      @DianaRoseIlaya 17 วันที่ผ่านมา

      This sounds so good and I would like to be a party to this, I there any way I can speak with him directly

  • @rshaikh05
    @rshaikh05 18 วันที่ผ่านมา +1

    Thanks Krish. I would be more interested in RAG using multi agents and uploading my data along with web search capabilities.

  • @shubhambhatra
    @shubhambhatra 17 วันที่ผ่านมา

    INTERESTING!

  • @manikumar-vr3kp
    @manikumar-vr3kp 18 วันที่ผ่านมา

    helpful

  • @HiteshPatel-b6z5y
    @HiteshPatel-b6z5y 19 วันที่ผ่านมา +1

    Thank you Krish, please share your thoughts on open ai model use on next sessions. we can run without open ai key.

  • @bharatguptag1994bharat
    @bharatguptag1994bharat 19 วันที่ผ่านมา

    Krish Naik Thanks a lot for the video. This video is good to get the idea about the Ai agents..
    But please try to cover more real life scenarios which one can use in his/her company.
    Also please try to give a tutorial to make Ai agent live on production.

  • @barwalgayatri4655
    @barwalgayatri4655 19 วันที่ผ่านมา

    Super excited to see ur popup.

    • @adityajoshi6619
      @adityajoshi6619 19 วันที่ผ่านมา

      How did you access the dashboard? I have already registered but now unable to access the dashboard

  • @gokuln4552
    @gokuln4552 19 วันที่ผ่านมา

    nice video

  • @MagicianCoderr
    @MagicianCoderr 19 วันที่ผ่านมา

    Thank you sir❤

    • @adityajoshi6619
      @adityajoshi6619 19 วันที่ผ่านมา

      How did u access the dashboard?

  • @sanjivani503
    @sanjivani503 19 วันที่ผ่านมา

    i love your video thank you

  • @rajnd
    @rajnd 19 วันที่ผ่านมา

    Thanks again Krish!! Warm rgds

  • @PranitKothari
    @PranitKothari 19 วันที่ผ่านมา

    Good job

  • @jivana_pravaha
    @jivana_pravaha 19 วันที่ผ่านมา

    Thanks for sharing these things