Agents Tools & Function Calling with Amazon Bedrock (How-to)

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

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

  • @anatoliyshuba8983
    @anatoliyshuba8983 6 месяцев назад +16

    Mike speaks very fast but he uses very simple english so any non-native speaker can easily understand him. Thanks Mike!

  • @brendenriggs9018
    @brendenriggs9018 6 месяцев назад +4

    I'm a manager for the team responsible for all of my company's GenAi features. I'll definitely be asking everyone on my team to watch this video and any others related to this. Looking forward to seeing more vids like this one.

  • @saeedesmailii
    @saeedesmailii 7 месяцев назад +14

    There is no link to the github repo in the description.

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

    This video was really good, I'm trying to build an agent for my internship project and you explained everything very well.
    I'm looking forward to also include more complex functions using lambda, im still unsure on how to do it though.
    If I can manage to also use some kind of RAG or knowledge base it will be cool

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

    Excellent plain English explanations, and a real live demonstration, instead of pre-recorded cheating videos. Excellent!

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

    Literally in love with your videos Mike! I always learn something new, and in an easy to digest way.

    • @amazonwebservices
      @amazonwebservices 7 месяцев назад +2

      That's fantastic to hear! 😀 ☁️ 🙌

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

    Thank you very much for this video.
    I just have a little doubt about the model permission, but Google solved this.
    About the code example and the tour in the Bedrock was perfect!
    Thank you!

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

    I love that o1-mini can do everything he said LLM's cant do. I love this space in tech. You can barely get content out before it is outdated lol

  • @Cloud-rb9oo
    @Cloud-rb9oo Месяц назад

    Agents are cool. The python integration part is the one that gives me a pause.

  • @madimakes
    @madimakes 4 месяца назад +1

    You mentioned that you have the full weather example available in the description, but i still haven't been able to locate it. I went to the linked page in the description but it's not there. Have i missed something?

  • @SagarThosar-s6c
    @SagarThosar-s6c 9 дней назад

    I may be asking this question out of context here but what I want to understand is how are we assuming parameters directly in the code.
    For eg: we directly used event['agent'] or event.getparameters[] so is there a standard to this that how will the agent invoke the lambda function. Do we have a fixed template somewhere that (event,context) has to be prepared a certain way before it calls lambda function ?

  • @powerofzero5370
    @powerofzero5370 6 месяцев назад +1

    I still have some questions around the bigger picture of the Bedrock architecture... I understand agents and their use cases but I thought the idea when building an app was to 'front-end' the agents with a broader context FM that would be the actual chatbot interface? In other words, I am working on an application that will have a number (maybe 6 or so) of specialized agents that I thought would be invoked by the chat interface FM on an as needed basis. Also, can agents interact with each other in the background? If I can't front-end the agents I would need a chat interface for every agent I build which I very much doubt is the way the architecture is designed. Do you have something that shows a complete end-to-end application that encompasses all components?

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

    Great job. Loved this explanation of Agents. Thanks!

  • @pareenvatani9460
    @pareenvatani9460 4 месяца назад +1

    Great presentation . Can agents communicate with each other for assistance ?

  • @generatiacloud
    @generatiacloud 6 месяцев назад +1

    What about a demo using multiple agents, multiple llm, langchain and langsmith to do tracing?

  • @DionisioMichael
    @DionisioMichael 6 месяцев назад +1

    Great job. Very easy to follow!

  • @avisankhadutta4053
    @avisankhadutta4053 День назад

    How about serpapi? Can it be integrated? I am talking about access permission since serp needs its own api key.

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

    So good. Keep up these excellent videos!!!

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

    Hi, great tutorial!
    I have one question, I'm testing an Agent with a Lambda function I already had previously.
    The process that the Lambda does is working fine, and the Lambda is not failing, but in the Agent console I get this response "The server encountered an error processing the Lambda response. Check the Lambda response and retry the request".
    Right now the Lambda is returning a Json, I have also tested just returning a String, and both cases are giving me that message as response.
    What could be happening in this case?

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

    Thanks for the video. How can I call a Bedrock prompt flow from the code?

  • @SandeepPrajapati-xu9ru
    @SandeepPrajapati-xu9ru 29 дней назад

    what if your python function call another function?

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

    Can the model take the function output and build a response based upon it? E.g if you was to ask what time was it 2 hours ago - can it get the time from the function and perform its own logic on how to respond to the user? Or does it just return anything from the lambda exactly?

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

    Interesting demonstration of capabilities. However, didnt understand why we created a group with 2 functions within, and WE wrote the logic of mapping the LLM-discovered-intent to the actual function-to-be-called! Wouldnt it be possible to have 2 (lambda) functions that each performs ONE separate task and LLM discovers which (lambda) function to call, and what parameters to provide?

  • @PappuPrasad-c8b
    @PappuPrasad-c8b 25 дней назад

    I am getting error while asking the time.
    Error:
    """
    Your request rate is too high. Reduce the frequency of requests.
    """

  • @guilhermebutzke1105
    @guilhermebutzke1105 19 дней назад

    Anyone has some comment about latency? I using agents with claude sonnet 3.5 v1, with advanced prompt. The conversation is ok, and the access to API also, but the latency its very large. simples answers, sometimes, are close to 12 seconds. Any idea?

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

    You're missing "import datetime" in the Lambda function code

  • @pythonantole9892
    @pythonantole9892 7 месяцев назад +2

    This is cool. Can this be modified to use Alexa so that the input comes in through voice as slots.

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

      That's conceivable. Have an experiment. The Alexa platform already extracts intent from the input, so the input through Alexa becomes deterministic... but that sounds fun to play around with.

  • @rekhasfahrizi2441
    @rekhasfahrizi2441 10 часов назад

    it miss "import datetime"

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

    Amazing ✌

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

    Do you, guys, know about OpenAPI at AWS ? This is just to complicated .....

  • @RohitMarathe_rpm360
    @RohitMarathe_rpm360 6 месяцев назад +5

    Honestly what a useless tool just has bunch of UI to do drag and drop. ideally to build complex solutions you would require many agents. This can only solve rag types of systems a typical Q&A system.

    • @amjads8971
      @amjads8971 16 дней назад

      Agents are mainly for RAG , what we’re you expecting?