Don't Miss This CrewAI Update to Transform YOUR AI AGents

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

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

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

    Join my SKOOL community here: www.skool.com/the-ai-agent-5174/about
    It's a community for AI Agents and I can better answer questions.
    If you would like:
    👉 developing these agents
    👉 automation (including n8n)
    👉 using Agentic Frameworks
    👉 be a part of a community of like-minded individuals

  • @dudepty
    @dudepty Месяц назад +2

    great video bro!! The Tyler, the only friend that makes me feel stupid 🤣🤣🤣

    • @TylerReedAI
      @TylerReedAI  Месяц назад +1

      I must be a great actor 🤣

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

    Excellent tutorial thanks Paul.

  • @giladbar-ilan1472
    @giladbar-ilan1472 Месяц назад +1

    is "knowdledge" is like a mini rag? how the mem0 is different from the "state" in the flow?

    • @TylerReedAI
      @TylerReedAI  Месяц назад +1

      Yes, and mem0 is different from state because mem0 is also a vector database that stores thoughts or preferences from what you chat about. The state is defined just for the flow, once the flow is done, it is reset when you run it again.
      Basically state is just some variables that hold some string values, numbers, etc during the flow.

    • @giladbar-ilan1472
      @giladbar-ilan1472 Месяц назад

      @@TylerReedAI what are the limit size/tokens for "knowledge"?

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

      This is dependent on chromadb since the knowledge is just a vector database behind the scenes. I don’t know the limit, but for rag purposes I think you should be fine

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

    Is there a way to configure the crews using a web interface rather than writing Python scripts or can we now use tools like Windsurf to do a lot of heavy lifting. Keeping up with the latest updates is challenging. But if you can feed the latest docs to Windsurf, it will have the knowledge base, and we can run flows or manage crews. Just a thought, but the tutorial is great at explaining all the details.

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

    please upload the video about multimodal + crewai (without openAPI tools), using image base64 encoded value to llm using crewai.

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

    How does pdf knowledge source work? Struggling to get it working.

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

      basically, it will send the pdf to a chromadb by default in the background. create the vectors and embeddings. Then it performs RAG on it. It won't add it each time you run it either, it will check and see it already exists

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

      @TylerReedAI any idea what the python is. I posted in thr crewai community as well. No one seems to know.

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

      Do you mean like how it’s actually working behind the scenes?

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

      @@TylerReedAI no just a sample crew.

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

    Hey tyler, is there a place where people share all their open source projects with crewai?

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

      That is a good question, and besides from maybe somebodys github, I don't think there is anything official yet

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

    I have been having review over crewai, is it ready for deployment?