CrewAI Tutorial: Complete Crash Course for Beginners

  Рет қаралды 126,568

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

Пікірлер: 295
@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 2 ай бұрын
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
@tammidee7402
@tammidee7402 2 ай бұрын
This is one of the best tutorials I have found. The documentation matches the video and that is rare.
@ashokvaswani123
@ashokvaswani123 21 сағат бұрын
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 19 сағат бұрын
What are you trying to do with CrewAI?
@wadejohnson4542
@wadejohnson4542 2 ай бұрын
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 2 ай бұрын
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
@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 2 ай бұрын
If you only pee twice a day you'd be able to make more videos. ​@@bhancock_ai
@RetiredVet1
@RetiredVet1 2 ай бұрын
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 2 ай бұрын
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 22 күн бұрын
I'm from Thailand, and we would be happy to have you visit :)
@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!
@Pregidth
@Pregidth 2 ай бұрын
Best tutorial to understand AI coding.Thanks!
@stiqsify
@stiqsify Ай бұрын
I like the fast pace, yet detailed approach. I zone out with slow presentations. Fantastic!
@user-tb5il8dm2r
@user-tb5il8dm2r Ай бұрын
Very well explained. A proper Hands-on tutorial in YT.
@drummermike5150
@drummermike5150 25 күн бұрын
Excellent tutorial! Love how you left the errors in and debugged it on the fly!
@lowkeylyesmith
@lowkeylyesmith 2 ай бұрын
Man, I love your videos. thank you very much for your time and effort
@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!
@danielavila2706
@danielavila2706 27 күн бұрын
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?
@muriloloureiro8655
@muriloloureiro8655 2 ай бұрын
Brandon, im from brazil, thanks alot for yours videos
@robertozompi
@robertozompi Ай бұрын
Very good tutorial. Very precise and detailed at the right level. congrats!
@saranr1467
@saranr1467 3 ай бұрын
Great Video .Thank you.
@bhancock_ai
@bhancock_ai 3 ай бұрын
Thanks Saran!
@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.
@aladinmovies
@aladinmovies 3 ай бұрын
Thanks for tutorial
@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 2 ай бұрын
@@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 2 ай бұрын
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`✌️
@TomPooleMS
@TomPooleMS 3 күн бұрын
Thank you. Awesome video Brandon!
@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!
@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.
@peterma7936
@peterma7936 2 ай бұрын
I really like this video which really helped me a lot, thank you for that!
@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?
@joeldiazJoelRamone
@joeldiazJoelRamone 2 ай бұрын
WOW! Best tutorial ever!!
@bhancock_ai
@bhancock_ai 2 ай бұрын
Thanks Joel! I really appreciate that!
@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!!
@traineroperators2885
@traineroperators2885 2 ай бұрын
amazing video !!!!!! Great job
@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
@linuxdevops726
@linuxdevops726 Ай бұрын
Thank you for this amazing tutorials that can open unlimited options and ideas .Truly ,we are living in a historical time .
@user-ow9co4xg6n
@user-ow9co4xg6n 2 ай бұрын
I would really like to have tutorials to set up and run open source ai projects like this
@neon7874
@neon7874 3 ай бұрын
thx man it's really great video... pls make more videos on CrewAI...
@MateoGarcia-rt7xt
@MateoGarcia-rt7xt 17 күн бұрын
Excellent tutorial, thanks a lot Brandon!
@Killia95
@Killia95 Ай бұрын
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.
@padhuLP
@padhuLP Ай бұрын
An awesome and complete tutorial. Thank you!
@madhudson1
@madhudson1 15 күн бұрын
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 6 күн бұрын
That was a great video. thank you. well done.
@isa-bv481
@isa-bv481 2 ай бұрын
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
@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
@privateconfidential7490
@privateconfidential7490 2 ай бұрын
Brilliant thanks
@OtRatsaphong
@OtRatsaphong 2 ай бұрын
Great tutorial, Brandon. 👍 FYI pipe instal poetry didn't work for me. Used brew install poetry instead.
@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
@akhilkumar4825
@akhilkumar4825 2 ай бұрын
amazing. very helpful!!
@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 ...)
@mohamedgharib1398
@mohamedgharib1398 2 ай бұрын
Great video! Thank You! plz can you make a video a bout AI Crew for Landing Pages ?
@JourneyOfStrength
@JourneyOfStrength 27 күн бұрын
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.
@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!
@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
@AprendaIAcomigo
@AprendaIAcomigo 2 ай бұрын
What do you think about build solutions based on CrewAi and Autonomous AI´s, and than sell it like a startup? It is consistent?
@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!
@tiggersaldy6237
@tiggersaldy6237 3 ай бұрын
Great tutorial :)
@PhillipRashaad
@PhillipRashaad 2 ай бұрын
How do I make the Agents save the final results of task to a specific folder with a specific filename?
@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 2 ай бұрын
Yay more low value scam content
@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
@herolooter3868
@herolooter3868 15 күн бұрын
Light theme 😮
@brettcohen1430
@brettcohen1430 2 ай бұрын
Brandon, great tutorial. How can I launch this or something similar on Render for others to try. Is that possible?
@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.
@cruepprich
@cruepprich Ай бұрын
Thanks! I had to adjust the GPT model name. other than that it worked!
@luistaboada9379
@luistaboada9379 14 күн бұрын
thanks for the video!, ehat is your openIA subscription? The 20 USD month is enought?
@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.
@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!
@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!
@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
@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.
@WilliamDisterdick-mb4ii
@WilliamDisterdick-mb4ii 16 күн бұрын
Thanks for the info.. I’m always curious, if ai and agents are relatively new, how did you learn all of this?
@user-gx7pc8gq8d
@user-gx7pc8gq8d 2 ай бұрын
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?
@user-xp9sb4gc1h
@user-xp9sb4gc1h Ай бұрын
Am I supposed to create the first group of agents to create the other group for more specific duties
@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
@johnno3169
@johnno3169 2 ай бұрын
love the video, its extremely helpful. but where can i find the links to the cheat sheets?
@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
@KevinBuildsTech
@KevinBuildsTech 26 күн бұрын
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?
@Jerichoom
@Jerichoom Ай бұрын
thanks Brandon, I don't quite see these "templates" you use above in your Git repository - where can I get them please?
@junktrash6725
@junktrash6725 2 ай бұрын
Do you mind sharing what terminal you are using? Thanks!
@bhancock_ai
@bhancock_ai 2 ай бұрын
I’m using Warp! It’s awesome and I definitely recommend you trying it out!
@junktrash6725
@junktrash6725 2 ай бұрын
@@bhancock_aiAwesome! Thanks!
@lordmyprovider
@lordmyprovider 29 күн бұрын
How to get the crewai acess? Is it only enterprise subscription? Thanks
@guilhermeveras9776
@guilhermeveras9776 2 ай бұрын
onde esta disponivel os codigos usados no video
@johnwallis1626
@johnwallis1626 2 ай бұрын
in the upcoming events outoput it says the 2022 shareholders meeting is upcoming??
@cyborgmetropolis7652
@cyborgmetropolis7652 18 күн бұрын
On a PC, first time using poetry, after several attempts to finally getting "$ poetry install --no-root" to work without complaints, "$ poetry env list" shows nothing.
@PeruvianKing92
@PeruvianKing92 2 ай бұрын
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
@user-zu5ws7uj6i
@user-zu5ws7uj6i 3 ай бұрын
Great video, where can we find your code?
@bhancock_ai
@bhancock_ai 3 ай бұрын
Hey! Here's a link to the source code: brandonhancock.io/crewai-crash-course Please let me know if it gives you any issues downloading!
@LunaJLane
@LunaJLane 2 ай бұрын
Did the script recognize Thialand as Thailand or was this a typo fixed manually?
@bhancock_ai
@bhancock_ai 2 ай бұрын
That was a typo on my end and the LLM knew what I was trying to say.
@FofinhosNet
@FofinhosNet 2 ай бұрын
Virei fã.
@nobuyukifujioka4740
@nobuyukifujioka4740 21 күн бұрын
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.
@chrisafricana4061
@chrisafricana4061 Ай бұрын
Can a Crew Ai agent be trained to perform a task in Excel or look at an Excel file and return information?
@udaynj
@udaynj Ай бұрын
That crewAI examples directory is no longer there on his Github.
@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.
@vsigal
@vsigal Ай бұрын
Hi in this video you said going to be Game Builder Crew. Did I missed it? Is it separate video?
@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
@shobhitagnihotri416
@shobhitagnihotri416 3 ай бұрын
What do you think about langchain
@bhancock_ai
@bhancock_ai 3 ай бұрын
I'm a huge fan! My only complaint is that it's more difficult to use LangChain. with Typescript compared to the Python version of LangChain. What are your thoughts on LangChain?
@sachiechan
@sachiechan 26 күн бұрын
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]
@ojasvisingh786
@ojasvisingh786 3 ай бұрын
🤩👏👏
@privateconfidential7490
@privateconfidential7490 2 ай бұрын
How is data safegaurded whilst sourcing confidentiality
@bhancock_ai
@bhancock_ai 2 ай бұрын
If you're worried about confidentiality, I'd definitely run your an LLM locally on your own machine. I just came out with a video that walks you through how to set this up step by step: kzbin.info/www/bejne/ZpLMXn9rZbt2j7c
@user-nv4mu7ut3i
@user-nv4mu7ut3i 18 күн бұрын
Can someone pls tell all the dependencies that I would hv to install for this
@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?
@stevenhayes8979
@stevenhayes8979 Ай бұрын
Are we going to get to the point where we can bypass all this code and just share our screen with an agent and tell it what do it. E.g I’d show it me uploading products to my website and pricing them, then I’d give the agent a new list of products from our supplier and the agent will get to work and upload the products and price them by itself. ?
@bwp2bruce
@bwp2bruce 2 ай бұрын
Where's the link for the one-on-one call?
@macheteishrecords8419
@macheteishrecords8419 Ай бұрын
13:17 ‘git’ is not recognized as an internal or external command operable program or batch file
@alial-nuaimi2695
@alial-nuaimi2695 2 ай бұрын
who is that guy? ofc i will smash sub button
CrewAI Tutorial for Beginners: Learn How To Use Latest CrewAI Features
35:06
How To Connect Llama3 to CrewAI [Groq + Ollama]
31:42
codewithbrandon
Рет қаралды 22 М.
ПЕЙ МОЛОКО КАК ФОКУСНИК
00:37
Masomka
Рет қаралды 9 МЛН
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 13 МЛН
The magical amulet of the cross! #clown #小丑 #shorts
00:54
好人小丑
Рет қаралды 25 МЛН
GPT4o + CrewAI: Twice as fast? Half the Cost?
13:30
codewithbrandon
Рет қаралды 7 М.
AI Leader Reveals The Future of AI AGENTS (LangChain CEO)
16:22
Matthew Berman
Рет қаралды 79 М.
How to AUTOMATE LINKEDIN POSTS with CrewAI | CrewAI Tutorial
22:39
The Neural Maze
Рет қаралды 4,5 М.
Build Anything with AI Agents, Here's How
29:49
David Ondrej
Рет қаралды 152 М.
LangGraph + CrewAI: Crash Course for Beginners [Source Code Included]
53:34
AGI: solved already?
22:11
John Koetsier
Рет қаралды 15 М.
AI Pioneer Shows The Power of AI AGENTS - "The Future Is Agentic"
23:47
How I've Created an Army of AI Agents (so I don't have to work lol)
15:26
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
Maya Akim
Рет қаралды 667 М.
Samsung or iPhone
0:19
rishton vines😇
Рет қаралды 7 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,4 МЛН
Переходник для IPhone • 181649538                         Делюсь обзорами в профиле @lykofandrei
0:15
Apple, как вас уделал Тюменский бренд CaseGuru? Конец удивил #caseguru #кейсгуру #наушники
0:54
CaseGuru / Наушники / Пылесосы / Смарт-часы /
Рет қаралды 4,1 МЛН
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 1,6 МЛН