CrewAI Tutorial: Complete Crash Course for Beginners

  Рет қаралды 131,088

codewithbrandon

codewithbrandon

Күн бұрын

🤖 CrewAI Crash Course Source Code:
brandonhancock.io/crewai-cras...
Don't forget to Like and Subscribe if you're a fan of free source code 😉
📆 Need help with CrewAI, join our free Skool Community:
skool.com/ai-developer-accele...
Ready to lead an AI revolution? Watch and learn how to build your own CrewAI from the ground up, and get set to deploy an army of AI agents at your command. This video is your ultimate guide to creating a powerful digital workforce, enhancing your projects with intelligent automation and streamlined workflows. Discover the secrets to customizing AI agents, setting them on tasks, and managing a smooth operation with CrewAI. It’s time to amplify your tech capabilities, and after this tutorial, you'll be equipped to engineer an AI crew that transforms any complex challenge into a simple task. Start your journey to AI mastery with CrewAI today!
📰 Stay updated with my latest projects and insights:
LinkedIn: / brandon-hancock-ai
Twitter: / bhancock_ai
Resources:
- github.com/joaomdmoura/crewAI...
- github.com/joaomdmoura/crewAI...
- www.crewai.io/
- python-poetry.org/docs/
- pipx.pypa.io/stable/installat...
Timestamps:
00:00:00 Introduction
00:00:55 What is CrewAI
00:01:28 CrewAI Example 1: Stock Analysis
00:02:29 CrewAI Example 2: Trip Planner
00:03:37 CrewAI Example 3: Stock Analysis
00:04:56 How CrewAI Works
00:05:16 Agent Overview
00:06:27 Tool Overview
00:07:57 Task Overview
00:09:36 Process Overview
00:10:14 Tying It All Together
00:11:32 Code Overview
00:12:45 Creating New Project
00:20:33 Creating Agents
00:31:32 Creating Tools
00:39:24 Creating Tasks
00:50:48 Creating Crew Run
01:05:08 Outro

Пікірлер: 304
@morrazzo4432
@morrazzo4432 2 күн бұрын
This is the only video I dedicated my 2 hrs straight on KZbin not even movies
@claudiantenegri2612
@claudiantenegri2612 2 ай бұрын
Thanks Brandon! I just subscribed to your channel not necessarily because of the content but for your generosity to share the SC of the project and invitation to schedule a 1 to 1 call for guidance! That's something i didn't yet seen in the space, so thank you for that!
@smnomad9276
@smnomad9276 3 ай бұрын
You've gained a new sub! I've watched over 15 videos on CrewAI, this is by far the best! Please keep these long insightful videos on AI tools coming. One quick note: The video quality is pretty low especially when expanding the window, please make sure you upload in a higher quality.
@atay07921
@atay07921 Ай бұрын
When this was made, 'expected output' was an optional Task attribute. I believe it's now a mandatory attribute so include between 'def' and 'return' for each task, i.e. expected_output = (" "). Also include it below agent=agent for each task - expected_output=expecred_output
@drummermike5150
@drummermike5150 Ай бұрын
Excellent tutorial! Love how you left the errors in and debugged it on the fly!
@wadejohnson4542
@wadejohnson4542 3 ай бұрын
Just an awesome tutorial. The way you filtered out the noise and confusion to present just the essentials. Brilliant. The CrewAI team would do well to bring you onboard. If you have time, it would be worthwhile to see a video with CrewAI using local LLMs via Ollama. Ollama now supports the OpenAI API so this should be doable. If you don't have time, not to worry, you have already done a great service for the community. Thank you.
@isa-bv481
@isa-bv481 3 ай бұрын
Hello, Indeed, thanks for the video - really great work! With OpenAI and chatgpt3.5 it worked fine. However, I couldn't get langchain to use Ollama (openhermes model) in my Python code (today). Anyone having the same trouble? Anyone being successful? Thanks a lot. Marc (I'm going for a walk to empty my head, hopefully it all will magically work when I'm back ;-)) ------------------------------------- BELOW IS MY EXPERIENCE ---------------------------------------------------------------------------------------------------- I have tried to use the code "from langchain_ollama import ChatOllama", but when I tried the (inevitable) pip install langchain_ollama, I got the following errors: ERROR: Could not find a version that satisfies the requirement langchain_ollama (from versions: none) ERROR: No matching distribution found for langchain_ollama After some reseach it seemed that my version of pypdf was too recent, so I downgraded it, but to no avail. I have tried all kinds of things, like pip upgrade, clearing the cache (rm -rf ~/.cache/pip which didn't work). Nor did "pip install --upgrade --force-reinstall langchain_ollama" work. Now I read the adviceto install the core langchain package instead of the Ollama subpackage: "pip install langchain" And then initialize the Ollama client directly without using LangChain: from ollama import Ollama ollama = Ollama(url="localhost:11434/v1") But is this a good idea? This is the part about IT/programming which I ***HATE***. I like programming, but not all those dependencies on which you have no control, ending up in a guessing game which costs hours of valuable time with ROI=0.
@jennifergunderson6628
@jennifergunderson6628 2 ай бұрын
Amazing. I am a complete noob having installed pycharm and started learning python three days ago. It took me a lot longer than an hour to watch this video this afternoon, but I have a working project and a working template to accelerate future projects!
@bhancock_ai
@bhancock_ai 2 ай бұрын
That’s awesome knees Jennifer! Glad you got it working! I have a Skool community with other people getting started on their AI & development journey. Feel free to check it out! www.skool.com/ai-developer-accelerator/about
@stiqsify
@stiqsify Ай бұрын
I like the fast pace, yet detailed approach. I zone out with slow presentations. Fantastic!
@lowkeylyesmith
@lowkeylyesmith 2 ай бұрын
Man, I love your videos. thank you very much for your time and effort
@muriloloureiro8655
@muriloloureiro8655 2 ай бұрын
Brandon, im from brazil, thanks alot for yours videos
@djverca6268
@djverca6268 3 ай бұрын
This is by far is the best crewai tutorial. Please consider adding to it. Maybe another build or expand on custom tools. Thanks. Subscribed.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks man! I actually have a new CrewAI video coming out this Friday. The updated video is going to cover some of the new features in the major CrewAI update that just happened a few days ago. I think you'll really like it!
@jerbear7952
@jerbear7952 3 ай бұрын
If you only pee twice a day you'd be able to make more videos. ​@@bhancock_ai
@user-tb5il8dm2r
@user-tb5il8dm2r Ай бұрын
Very well explained. A proper Hands-on tutorial in YT.
@RetiredVet1
@RetiredVet1 3 ай бұрын
I just downloaded the crew-ai-crash-course code. I love the comments in the code. Without watching the video, I can tell a lot of thought was put into this video and I look forward to watching it. Thanks for the code and the videos.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks Edward! I'm glad you're really enjoying these CrewAI videos!
@colleenj7389
@colleenj7389 2 ай бұрын
Great video Brandon. Thank you so much for taking the time to record it and share it with us. Very happy to subscribe to your channel and join your skool group :-). PS. I live in Thailand so it was great to see you chose it as one of your locations. Brilliant! 🎉🎉🙏🙏
@bhancock_ai
@bhancock_ai 2 ай бұрын
Thanks Colleen! My wife and I do plan to go to Thailand at some point this year so I need to pick your brain on cool places to go at somepoint!
@GreenPulseHealing
@GreenPulseHealing Ай бұрын
@@bhancock_ai Or just use the AI.
@readmarketings9061
@readmarketings9061 29 күн бұрын
I'm from Thailand, and we would be happy to have you visit :)
@Pregidth
@Pregidth 2 ай бұрын
Best tutorial to understand AI coding.Thanks!
@danielavila2706
@danielavila2706 Ай бұрын
Thanks @codewithbrandon. Some questions for you: 1 - How can we provide an input variable for a task that has to be figured out first by the previous agent? For example, let's say the first agent will have to search for the URL of the Twitter profile of the CEO of a company named by the user. Then the second agent must use the URL as an input to use a scraper tool, analyze the last 20 tweets and summarize them. 2 - What tools or APIs do you recommend to scrape tweets besides the Twitter API 3 - If I want to get insights on the Instagram feed of a given user, which approach would you suggest? Should I use GPT Vision?
@robertozompi
@robertozompi Ай бұрын
Very good tutorial. Very precise and detailed at the right level. congrats!
@aladinmovies
@aladinmovies 3 ай бұрын
Thanks for tutorial
@VaibhavShewale
@VaibhavShewale 3 ай бұрын
i have so many ideas popped up while watching this, guess i need to write it down somewhere before i forget about it!
@bhancock_ai
@bhancock_ai 3 ай бұрын
That's what I love to hear! Can't wait to see what you make!
@rogercampbell9019
@rogercampbell9019 2 ай бұрын
This is great thank you. I really think it is great you include troubleshooting and corrections as well as the solution. I am a bit confused on one of the parameters. In the first two tasks, the parameter is cities, but in the last task it is passed in as city. Not sure why this did not cause an error
@bhancock_ai
@bhancock_ai 2 ай бұрын
Hmmm. You are right. I'm not sure why it didn't. In the source code I pushed to GitHub, I think I incorporated the fix to the error you called out.
@rheavictor7
@rheavictor7 Ай бұрын
Dude, thank you so much for this! I know almost nothing of Python so I had some hiccups along the way, but nothing that good ole Stackoverflow and ChatGPT could not solve. The lesson was amazing, and now I feel able to try my own stuff here.
@peterma7936
@peterma7936 2 ай бұрын
I really like this video which really helped me a lot, thank you for that!
@tammidee7402
@tammidee7402 2 ай бұрын
This is one of the best tutorials I have found. The documentation matches the video and that is rare.
@ashokvaswani123
@ashokvaswani123 7 күн бұрын
Can you help me to get this project working? I have put up some comments stating the issues but have not received any replies so far
@tammidee7402
@tammidee7402 7 күн бұрын
What are you trying to do with CrewAI?
@saranr1467
@saranr1467 3 ай бұрын
Great Video .Thank you.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks Saran!
@TomPooleMS
@TomPooleMS 10 күн бұрын
Thank you. Awesome video Brandon!
@MateoGarcia-rt7xt
@MateoGarcia-rt7xt 24 күн бұрын
Excellent tutorial, thanks a lot Brandon!
@padhuLP
@padhuLP Ай бұрын
An awesome and complete tutorial. Thank you!
@OtRatsaphong
@OtRatsaphong 2 ай бұрын
Great tutorial, Brandon. 👍 FYI pipe instal poetry didn't work for me. Used brew install poetry instead.
@neon7874
@neon7874 3 ай бұрын
thx man it's really great video... pls make more videos on CrewAI...
@Killia95
@Killia95 2 ай бұрын
Great tutorial Brandon. I noticed that sometimes the model isn't running the task of creating the 7 day itinerary, and when it does (as in I can see that the task was executed) the final output isn't spitting the 7 day plan that it executed.
@mohamedgharib1398
@mohamedgharib1398 2 ай бұрын
Great video! Thank You! plz can you make a video a bout AI Crew for Landing Pages ?
@Cire-my6ur
@Cire-my6ur Ай бұрын
This was an excellent tutorial. Sometimes tutorials end up being overrated, but this one is the first one in a while that I have watched and is relevant and totally necessary. I could not even find a breakdown like this in the crewai docs. The docs is where you get all the info, but when I looked at the docs all I saw were examples. It's good for copy/paste, but it doesn't help when you aren't a software engineer and just want to get an idea of how you can use their framework. Thank you
@bhancock_ai
@bhancock_ai Ай бұрын
Thank you Cire! I really appreciate you saying that! 😀
@Cire-my6ur
@Cire-my6ur Ай бұрын
@@bhancock_ai not a problem!
@Cire-my6ur
@Cire-my6ur Ай бұрын
@@bhancock_aiyou kno what, I did notice one thing and maybe it’s just because I totally forgot to create my __init__.py files, I did have to use package-mode = false in the project.toml file. This was my first time ever using poetry, so I was focused on trying to get to know how it worked then I noticed that none of my packages were recognized and instead of creating the __ini__ files I checked for the setting and sure enough, it was there. Thank you again!
@akhilkumar4825
@akhilkumar4825 2 ай бұрын
amazing. very helpful!!
@brucoder
@brucoder 2 ай бұрын
@codewithbrandon - a very, very solid tutorial. After getting things sorted and working, I am now running into two items: 1> Invalid Format: Missing 'Action:' after 'Thought: This occurs during each phase. 2> [Local Tour Guide] Task output: Agent stopped due to iteration limit or time limit. This occurs are the end. I can't find a definition of Action: or Thought:, so I assume those are part of CrewAI. Is the Agent stopped event caused by my using the SERPER free option?
@bhancock_ai
@bhancock_ai 2 ай бұрын
I would update to the latest version of CrewAI and try to use ChatGPT 4 Turbo. I think that will get rid of the issues you are running into
@traineroperators2885
@traineroperators2885 2 ай бұрын
amazing video !!!!!! Great job
@KevinBuildsTech
@KevinBuildsTech Ай бұрын
Hey Brandon, Thank you for the course. Could you develop on the Pydantic operation part? I am not as expert as I thought on python and wish you could fill in what's between the brackets with a concrete example?
@adamgdev
@adamgdev 3 ай бұрын
Loving your video (and other videos as a sub) and coding along with this one. This is the best CrewAI video I have found so keep it up. Have to add, I currently live in Italy and previously lived in Thailand. Haha. Both are amazing countries!!
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks Adam! I really appreciate you saying that! I'm super jealous that you've got to travel to all these awesome places. I do think my wife and I are going to try to go to Thialand at some point this year to view all these awesome places that the CrewAI found for us!
@adamgdev
@adamgdev 3 ай бұрын
@@bhancock_ai Keep up the good work!! I have been watching coding videos for years and you are really good at teaching. I can tell you put a lot into this video, the production value is mint and the workflow in concise. You're killing it! You should def go! It is a life changing experience. If you can make it up north to Chiang Mai and then Pai you should do it. It is worth the trip. Take a scotter if you can and have one of the tourist vans take your luggage (Chiang Mai to Pai), that is what I did. Try to avoid burning season though as it can be quite overwhelming. Bangkok is awesome too. Go to The Lying Buddah Temple if you have time. That is my fave temple in BKK. For the islands try to make it to Koh Lipe. It is far but well worth it. Also Koh phayam (NOT koh phangan the full moon party island) is an amazing island off the beaten path. I could go on and on but these are some of the more DL places to visit!
@Jon_The_German
@Jon_The_German 3 ай бұрын
Coincidentally reading this on my way through and as you are obviously having some funny synchronicity going on hereI decided to recommend to both of either one of you to stay in Contact. For example via Email. I guess Brandon has a KZbin contact Mail-Adress on his Channel Page as most U2bers have for other people to reach out to them. There is more than just the comment section to communicate, which can be overlooked easily, these days. At least that is what they say and they might be right. 😊 Stay blessed`✌️
@sanderschat
@sanderschat 2 ай бұрын
Damn...sir... you are truly rocking it! Thank you so much for creating this and sharing this. Highly appreciated!
@bhancock_ai
@bhancock_ai 2 ай бұрын
Thanks man! I really appreciate it!
@tonybenigimarketslive7606
@tonybenigimarketslive7606 3 ай бұрын
Great video, keep up the content like this!
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks Tony! I have a lot more content just like this coming out soon! Out of curiosity, what would like to see? Would you like to see more crash courses on these technologies or would you like to see more in depth tutorials with CrewAI?
@lblima1977
@lblima1977 2 ай бұрын
Really nice video, thanks! I have an suggestion for future video maybe talking about custom tools. I know crewai figure out how to pass parameters to the tool, but I sill struggling in understand when I really need to pass a specific parameter like an id or even an object.
@bhancock_ai
@bhancock_ai 2 ай бұрын
You're in luck! The new video I just released shows you how to build custom tools for you Crew from scratch! Here's a link: kzbin.info/www/bejne/habQgphpr9Snfbc
@lblima1977
@lblima1977 2 ай бұрын
@@bhancock_ai Great! Thanks!!
@madhudson1
@madhudson1 21 күн бұрын
Great tutorial, just a couple of things. It would be great to talk about how the output from an agent would feed the subsequent input to the next chained agent. For example travel_manager -> city_selection_expert -> local_tour_guide. For your gather_city_info task, you list city as an input variable, however, all you do is feed the 'cities' variable into it. This is supposed to be our chosen city from the previous agent if I'm not mistaken? In your example, you're making the city_selection_agent redundant.
@robertyerex2113
@robertyerex2113 12 күн бұрын
That was a great video. thank you. well done.
@denisblack9897
@denisblack9897 3 ай бұрын
The one thing I struggle with is asking crewai and do something productive in parallel. Now I’m just actively looking at my terminal and waiting for the results))
@bhancock_ai
@bhancock_ai 3 ай бұрын
😂😂😂 Same!! I'm glad I'm not the only one lol
@brettcohen1430
@brettcohen1430 2 ай бұрын
Brandon, great tutorial. How can I launch this or something similar on Render for others to try. Is that possible?
@isa-bv481
@isa-bv481 3 ай бұрын
Hi, I'm using Windows to follow along. I finally managed to get it running. My problem was with dependencies that couldn't be resolved, if I stayed with the virtual environment created with poetry. I did so many efforts to get poetry running, I was so happy it did, to have to abandon it at the end, in order to get my code running (I was stuck in some loop of dependencies between crewai-langchain-langsmith). Also the code "config" to read the OPENAI_API_KEY wouldn't be recognized. In the end I simply pasted my API key and assigned it directly to the os.environ["OPENAI_API_KEY"]. UGLY, but it works. I'm afraid that I thought because in my life I programmed in 15 (or so) programming languages, python would be a breeze. And the language itself is fun (it has a lot from ruby and some from elxir and other languages), but those dependencies kill the fun. Kind regards, Marc
@user-gx7pc8gq8d
@user-gx7pc8gq8d 3 ай бұрын
I am getting pydantic validation errors when the langchain_core/tools try to parse the tool_input. I wrote some other custom functions and they are not getting picked up by the agents. Should I create a pydantic model?
@poshsims4016
@poshsims4016 3 ай бұрын
Thank you sooo much for this!! Would this work with knowledge retrieval files and agents that write product reviews? each agent uses a certain file to generate sections of the product review post. Basically content generation agent for 1 task but referencing different files to generate the output.
@denisblack9897
@denisblack9897 3 ай бұрын
No RAG as of now, but you can add the info into agents prompt or a task. Works for me.
@bhancock_ai
@bhancock_ai 3 ай бұрын
It looks like you can use Chroma + CrewAI if you want to start using knowledge retrieval. I'm going to try to make a video on this soon!
@jerbear7952
@jerbear7952 3 ай бұрын
Yay more low value scam content
@AprendaIAcomigo
@AprendaIAcomigo 3 ай бұрын
What do you think about build solutions based on CrewAi and Autonomous AI´s, and than sell it like a startup? It is consistent?
@WilliamDisterdick-mb4ii
@WilliamDisterdick-mb4ii 23 күн бұрын
Thanks for the info.. I’m always curious, if ai and agents are relatively new, how did you learn all of this?
@luistaboada9379
@luistaboada9379 21 күн бұрын
thanks for the video!, ehat is your openIA subscription? The 20 USD month is enought?
@vectorxdev
@vectorxdev 3 ай бұрын
Plz make a nextjs app with crewAI
@bhancock_ai
@bhancock_ai 3 ай бұрын
You read my mind! That's exactly what I'm working on building now! I'll be posting updates over the next few days about the app. I'm hoping to publish the video sometime mid next week!
@leodang00
@leodang00 3 ай бұрын
@@bhancock_ai Will you make it full stack SaaS project with payment? If yes please add usage counting system for each pricing plan and using Lemon Squeezy for payment, because Stripe does not support many countries including mine, thank you alot
@rhiivideos
@rhiivideos 2 ай бұрын
Is there an agent that can automatically create agents as needed? Something like Devin where I can submit a prompt and then let the software create whatever it needs.
@PhillipRashaad
@PhillipRashaad 3 ай бұрын
How do I make the Agents save the final results of task to a specific folder with a specific filename?
@joeldiazJoelRamone
@joeldiazJoelRamone 2 ай бұрын
WOW! Best tutorial ever!!
@bhancock_ai
@bhancock_ai 2 ай бұрын
Thanks Joel! I really appreciate that!
@johns.107
@johns.107 3 ай бұрын
Great video. I'd love it if you could make a modified version where you use LMStudio or ollama instead of the OpenAI API. Granted, the use case would likely be different than your travel example.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Great idea! I've been racking up a huge bill recently with OpenAI recently so I think I'm going to have to start using Ollama soon to cut down on costs.
@brucoder
@brucoder 2 ай бұрын
@@bhancock_aiI've gotten things running with ollama and the gemma set by using the self.Ollama = Ollama(model="gemma") Line only in the TravelAgents init. Seems to be working well (make sure that you have pulled gemma ...)
@michaelwallace4757
@michaelwallace4757 3 ай бұрын
I downloaded the repo! Works great. Can the Crew be used with local models or LM Studio? That would be a great video.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Great question Michael! You can definitely use a local LLM instead of OpenAI. I'll have to add this to the video queue!
@skaramicke
@skaramicke 2 ай бұрын
Is there some community website where people share their crew AI projects? I'd love something more advanced as an example to get me started.
@sharankumar31
@sharankumar31 3 күн бұрын
Thankyou for efforts very nice...
@digicoindigitalassetsinves9524
@digicoindigitalassetsinves9524 Ай бұрын
Hi great tutorials I wanna ask can I create smart contracts using CREW it should be secure and compliant for real world use case and can you do a video suggesting how to create agents.
@johnno3169
@johnno3169 2 ай бұрын
love the video, its extremely helpful. but where can i find the links to the cheat sheets?
@privateconfidential7490
@privateconfidential7490 3 ай бұрын
Brilliant thanks
@RickLindsey-hb7rn
@RickLindsey-hb7rn 2 ай бұрын
I got it to run. Did the first test planning a trip to Vegas? I put in some details about my interests. The output was very basic, with no specific information. Any suggestions on improving the output? I.E., hotels, shows.
@bhancock_ai
@bhancock_ai 2 ай бұрын
Hey Rick! That's awesome that you got the code up and running. If it's not giving you the output you want, I'd recommend trying the following: - Use GPT 4 - Update the instructions to specifically request the information that is missing. Please let me know if that helps!
@SLPBXL66
@SLPBXL66 Ай бұрын
Great video Brandon. Question to everybody: Anybody run on this error "Poetry could not find a pyproject.toml" when the project is not in the root folder on Mac?
@SLPBXL66
@SLPBXL66 Ай бұрын
Solved
@user-ow9co4xg6n
@user-ow9co4xg6n 3 ай бұрын
I would really like to have tutorials to set up and run open source ai projects like this
@JourneyOfStrength
@JourneyOfStrength Ай бұрын
OK. I'm writing a book. Totally new to ai. Haven't listened to the video yet. I will do that this afternoon after work. I have a Busy Schedule. And maybe we can talk.
@Jerichoom
@Jerichoom Ай бұрын
thanks Brandon, I don't quite see these "templates" you use above in your Git repository - where can I get them please?
@cofredeoportunidades
@cofredeoportunidades 2 ай бұрын
Hello discover the Crew there today. One question, can I only access Dashboard to create my agents with chatgpt 4? Because I can’t and don’t even know where to access and start creating my agents
@linuxdevops726
@linuxdevops726 Ай бұрын
Thank you for this amazing tutorials that can open unlimited options and ideas .Truly ,we are living in a historical time .
@bennguyen1313
@bennguyen1313 3 ай бұрын
Does CrewAI require a GPT4 Plus subscription ($20/mo)? Or does it use the pay-per-use Assistant API pricing? Is it the same with other AI tools (CodiumAi, GPT-Pilot, gptengineer )? I have many pdfs with handwritten data that I'd like ChatGPT4 (+Vision and/or Ai PDF Plugin) to OCR the data from a table.. then perform calculations and finally edit or append the pdf with the results. Ultimately, I'd like this to be a standalone browser or desktop application that anyone (even non Plus users) can drag and drop a file into. Can CrewAI help with this? Or do I need Custom GPT / Assistant API?
@HassanAli-tv6fc
@HassanAli-tv6fc 2 ай бұрын
can u please tell me the vs code addone which suggest the next line of code automatically u already used in video?
@bhancock_ai
@bhancock_ai 2 ай бұрын
I’m using Microsoft’s Copilot! It’s a game changer!
@mefistofelesprolixo
@mefistofelesprolixo 3 ай бұрын
Great video! Thank You! Can you help me ? I want to install it into docker, i have an project
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks! And, if you need help, feel free to schedule a call with me here: calendly.com/bhancock-ai/software-support-or-freelancing-strategy-call
@alexgordon951
@alexgordon951 Ай бұрын
Brandon Hancock This Calendly URL is not valid. @@bhancock_ai
@user-xp9sb4gc1h
@user-xp9sb4gc1h Ай бұрын
Am I supposed to create the first group of agents to create the other group for more specific duties
@DragonyEstorial
@DragonyEstorial Ай бұрын
Absolutly nice tutorial Thanks :3 But can you provide an alternate way of websearching ? for peeps like me wich cant`t pay for an api ?
@spadron04
@spadron04 2 ай бұрын
I just comment the line # pyown = '3.3.0' and it works it seems that something is happen with this dependency. this dependency is need it? can be replace it for another one o avoid this error?
@maverik23
@maverik23 Ай бұрын
Thank you for the tutorial! I'm using a Llama3 model, and I'm having a problem at the end of each task; it responds with a . Do you know what the issue might be?
@tiggersaldy6237
@tiggersaldy6237 3 ай бұрын
Great tutorial :)
@johnwallis1626
@johnwallis1626 2 ай бұрын
in the upcoming events outoput it says the 2022 shareholders meeting is upcoming??
@cruepprich
@cruepprich Ай бұрын
Thanks! I had to adjust the GPT model name. other than that it worked!
@guilhermeveras9776
@guilhermeveras9776 2 ай бұрын
onde esta disponivel os codigos usados no video
@sachiechan
@sachiechan Ай бұрын
Great tutorial!! I was able to follow your instructions and recreate the programs. The program gives me expected results, but I keep getting the following error in the console Field required [type=missing, input_value={'tool_name': 'search the internet'}, input_type=dict]
@lordmyprovider
@lordmyprovider Ай бұрын
How to get the crewai acess? Is it only enterprise subscription? Thanks
@mickeyp1291
@mickeyp1291 Ай бұрын
pretty cool. i dont believe your crew thought youd preffer the north of thailand vs the islands. id fire them immediately. anyway great vid
@lowkeylyesmith
@lowkeylyesmith 2 ай бұрын
Hello and best regards from Austria, I'm sorry if I'm jumping all over you like this, but I have one or two questions and hope you can help me. I am working on a project for my government agency and unfortunately I have never implemented anything with LLMs and agents. So far I have only worked in "normal" software development and forensics. It's about connecting several LLMs with different tasks via agents (including a programmer agent, an OSINT agent, a PST file agent, ....). Unfortunately, as already mentioned, I have never worked with CrewAI and I don't know which open source models are best suited for this. Can you please give me a tip on how and with what I can best start? I don't want to take up too much of your precious time, but if you like I can send you more information about the project. Many thanks and best regards
@bhancock_ai
@bhancock_ai 2 ай бұрын
Hey! The best place to get support for a project like this would be to head over to the Skool community and post a more detailed description of what you're trying to build. Here's a link to the group www.skool.com/ai-developer-accelerator/about
@travelingbutterfly4981
@travelingbutterfly4981 22 күн бұрын
can you create an video using the inbuild tools in crew ai . for example CSVSearchTool, RagTool etc
@amaoalex
@amaoalex Күн бұрын
How can I use llama3 and groq in this tutorial case?
@DoreenAnjel
@DoreenAnjel 6 күн бұрын
Hi Brandon, don't know if this already exists, but my daughter is 17 and within the Autism spectrum. I would love it that upon "start up" of her computer, it has a "nag screen" to remind her to do things such as take her meds, get ready for school, finish her home work etc. Could this be done with Crew AI? Or, does it already exist? She is always on her laptop or phone! From all the moms and dads in the world - THANK YOU in advance!🙏
@nobuyukifujioka4740
@nobuyukifujioka4740 27 күн бұрын
Thank you for a great tutorial. I tried the code, but the end result is always cut short. I think there is some issue with the code or crewai or my setup? I pulled the original code and ran it, but the same result. For example, it does not display the itinerary in the result.
@junktrash6725
@junktrash6725 3 ай бұрын
Do you mind sharing what terminal you are using? Thanks!
@bhancock_ai
@bhancock_ai 3 ай бұрын
I’m using Warp! It’s awesome and I definitely recommend you trying it out!
@junktrash6725
@junktrash6725 3 ай бұрын
@@bhancock_aiAwesome! Thanks!
@minthantkyaw7240
@minthantkyaw7240 3 ай бұрын
This video is undoubtedly great. I have a question Sir. I want to know what category of AI, This CrewAI belongs to ? Thank so much sir.
@bhaalanatarajen9152
@bhaalanatarajen9152 3 ай бұрын
This comes under Generative AI or GenAI in short.
@vsigal
@vsigal Ай бұрын
Hi in this video you said going to be Game Builder Crew. Did I missed it? Is it separate video?
@jinluwang5671
@jinluwang5671 Ай бұрын
Anyone running into problem with the starter example .py files not picking up the api codes in the .env file?
@user-by9lf3ed6w
@user-by9lf3ed6w 3 ай бұрын
Would it be efficient for creating marketing crew? I wish to create PPC specialist
@bhancock_ai
@bhancock_ai 3 ай бұрын
I think that would be a great use case for a Crew! If you end up making it, please let me know how it goes!
@MoonLiteNite
@MoonLiteNite 2 ай бұрын
@16:35 i got pipx installed, but i get an error whenever i try to use poetry on basically anything - Installing ffmpy (0.3.2): Failed Try to manually install ffmpy and it says there is a problem with pip, but running pipx alone, no issues. only with poetry :(
@bwp2bruce
@bwp2bruce 2 ай бұрын
Where's the link for the one-on-one call?
@user-nv4mu7ut3i
@user-nv4mu7ut3i 24 күн бұрын
Can someone pls tell all the dependencies that I would hv to install for this
@ryandmaal
@ryandmaal 2 ай бұрын
great tutorial, but one problem I've as a total beginner - when I run the command line 'python main.py' I get the feedback 'command not found'. Did I miss something? I've the latest version of py installed.
@bhancock_ai
@bhancock_ai 2 ай бұрын
The issue you're getting is that you don't have your terminal setup properly and it doesn't know where to find python. I would use chatGPT to help you get unstuck. Please let me know if that helps!
@ryandmaal
@ryandmaal 2 ай бұрын
Thank you!!! I'll give it a try. @@bhancock_ai
@ryandmaal
@ryandmaal 2 ай бұрын
Instead command python, I've to use python3, then it runs until the first error...@@bhancock_ai
@JSON_bourne
@JSON_bourne 2 ай бұрын
im using 3 because i dont have access to 4 yet. i see the full itinerary in the terminal but when it goes to print the results it gets cut off. any advice?
@bhancock_ai
@bhancock_ai 2 ай бұрын
Yea... That's just a downside of using GPT 3. I'd recommend watching this tutorial and trying out mistral kzbin.info/www/bejne/ZpLMXn9rZbt2j7c
@PeruvianKing92
@PeruvianKing92 3 ай бұрын
What kind of coding is this? I’m a beginner and would love to learn but I have no idea where to start. Any help would be appreciated. Thank you!
@DeepuKumar-mp4hl
@DeepuKumar-mp4hl 2 ай бұрын
Object-Oriented Programming
@lalpremi
@lalpremi 2 ай бұрын
Thank you for sharing, have a great day :-)
@bhancock_ai
@bhancock_ai 2 ай бұрын
Thanks man! I also just released another CrewAI tutorial that I'm sure you'll love too: kzbin.info/www/bejne/habQgphpr9Snfbc
@lalpremi
@lalpremi 2 ай бұрын
I plan on watching all of the videos that you created because your presentation is easy to flow with lots of hints to avoid pitfalls thank you :-) @@bhancock_ai
@yosephsamuel726
@yosephsamuel726 2 ай бұрын
i have installed the pip and poetry , but the python version was 3.12.2 how should i fix this ?
CrewAI Tutorial for Beginners: Learn How To Use Latest CrewAI Features
35:06
15 crazy new JS framework features you don’t know yet
6:11
Fireship
Рет қаралды 321 М.
Indian sharing by Secret Vlog #shorts
00:13
Secret Vlog
Рет қаралды 46 МЛН
Dynamic #gadgets for math genius! #maths
00:29
FLIP FLOP Hacks
Рет қаралды 17 МЛН
Маленькая и средняя фанта
00:56
Multi DO Smile Russian
Рет қаралды 5 МЛН
FOOTBALL WITH PLAY BUTTONS ▶️ #roadto100m
00:29
Celine Dept
Рет қаралды 72 МЛН
A Worlds First On This Top Tier Radio - TIDRadio H3
11:52
Tech Minds
Рет қаралды 13 М.
Build with Me: A Gen AI-based Digital Marketing Agency using Crew AI
9:16
Chetana's Data World
Рет қаралды 4,3 М.
What is a Router? How Does Router Work? Step-by-Step Guide
15:24
WsCube Cyber Security
Рет қаралды 1 М.
5 IMPRESSIVE Python Resume Projects (You Can Finish in A Weekend)
12:20
Internet Made Coder
Рет қаралды 190 М.
Install zrok on Windows and invite yourself!
4:20
Clint Dovholuk
Рет қаралды 218
I Analyzed My Finance With Local LLMs
17:51
Thu Vu data analytics
Рет қаралды 391 М.
AutoGen Tutorial 🚀 Create Custom AI Agents EASILY (Incredible)
20:10
host ALL your AI locally
24:20
NetworkChuck
Рет қаралды 606 М.
What Is an AI Anyway? | Mustafa Suleyman | TED
22:02
TED
Рет қаралды 981 М.
3D printed Nintendo Switch Game Carousel
0:14
Bambu Lab
Рет қаралды 4,6 МЛН
Apple, как вас уделал Тюменский бренд CaseGuru? Конец удивил #caseguru #кейсгуру #наушники
0:54
CaseGuru / Наушники / Пылесосы / Смарт-часы /
Рет қаралды 4,4 МЛН
wyłącznik
0:50
Panele Fotowoltaiczne
Рет қаралды 21 МЛН