Mastering AI Agents Concept: Create an AI Agent Within 10 Minutes Using Crew AI

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 15

  • @jaggyjut
    @jaggyjut 4 дні тому +2

    Great Tutorial and very well explained. Didn't know the agent can be tasked to search for a particular page. Thank you 🙏

  • @AdityaSinghCodes
    @AdityaSinghCodes 12 днів тому +1

    You are amazing.

    • @DS-AIwithKV
      @DS-AIwithKV  12 днів тому

      @@AdityaSinghCodes thank you so much for always supporting!!

  • @0xh8h
    @0xh8h 14 днів тому +3

    when to use CrewAI/Langgraph and when to use something like PydanticAI/Langchain? It's a bit confused to me at the moment

    • @DS-AIwithKV
      @DS-AIwithKV  13 днів тому +1

      Hi, great question! CrewAi specializes in multi-agent system, In this tutorial I only have 1 agent, however, you can design a multi-agent system where they all talk to each other and delegate tasks. Langgraph is like a workflow that can orchestrate multiple steps. It can also be used for multi-agent systems as well by designing the workflow, how you want to control the information, where the agent can "jump" in and help. It will be a bit more complicated than CrewAi. Langchain is for injecting new information that is not on the model knowledge base. For example, if your products have complicated safety instructions, you will want the model to query your information only when it comes to safety. Or when you have multiple prompts and you want to chain them all together in the workflow (mostly for Question-answer). I personally didn't have much interaction with PydanticAI but based on their docs, they also provide AI agent framework. Because they are built on top of Pydantic, they have more of a validation output, type safety, easy for programmers to debug than other framework

    • @jaggyjut
      @jaggyjut 4 дні тому

      Great Question.

  • @crewAIInc
    @crewAIInc 17 днів тому +2

    Good work! 👏

  • @prod.bykbrd5723
    @prod.bykbrd5723 18 днів тому

    You nailed this tutorial. Thank you so much. Please keep them coming.

  • @niksbanna
    @niksbanna 17 днів тому

    I missed the purpose of the video and was watching you in the whole video😍

  • @nojepnt
    @nojepnt 17 днів тому

    Awesome tutorial. Thank you!