Тёмный

CrewAI Tutorial: Complete Crash Course for Beginners 

codewithbrandon
Подписаться 19 тыс.
Просмотров 133 тыс.
50% 1

🤖 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

Наука

Опубликовано:

 

31 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 305   
@morrazzo4432
@morrazzo4432 4 дня назад
This is the only video I dedicated my 2 hrs straight on RU-vid 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.
@tammidee7402
@tammidee7402 2 месяца назад
This is one of the best tutorials I have found. The documentation matches the video and that is rare.
@ashokvaswani123
@ashokvaswani123 9 дней назад
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 9 дней назад
What are you trying to do with CrewAI?
@drummermike5150
@drummermike5150 Месяц назад
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
@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.
@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.
@TomPooleMS
@TomPooleMS 12 дней назад
Thank you. Awesome video Brandon!
@Pregidth
@Pregidth 2 месяца назад
Best tutorial to understand AI coding.Thanks!
@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
@robertozompi
@robertozompi Месяц назад
Very good tutorial. Very precise and detailed at the right level. congrats!
@muriloloureiro8655
@muriloloureiro8655 2 месяца назад
Brandon, im from brazil, thanks alot for yours videos
@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
@peterma7936
@peterma7936 2 месяца назад
I really like this video which really helped me a lot, thank you for that!
@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.
@MateoGarcia-rt7xt
@MateoGarcia-rt7xt 26 дней назад
Excellent tutorial, thanks a lot Brandon!
@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
@padhuLP
@padhuLP Месяц назад
An awesome and complete tutorial. Thank you!
@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 Месяц назад
I'm from Thailand, and we would be happy to have you visit :)
@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!
@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?
@robertyerex2113
@robertyerex2113 15 дней назад
That was a great video. thank you. well done.
@aladinmovies
@aladinmovies 3 месяца назад
Thanks for tutorial
@neon7874
@neon7874 3 месяца назад
thx man it's really great video... pls make more videos on CrewAI...
@traineroperators2885
@traineroperators2885 2 месяца назад
amazing video !!!!!! Great job
@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!
@akhilkumar4825
@akhilkumar4825 2 месяца назад
amazing. very helpful!!
@sharankumar31
@sharankumar31 6 дней назад
Thankyou for efforts very nice...
@saranr1467
@saranr1467 3 месяца назад
Great Video .Thank you.
@bhancock_ai
@bhancock_ai 3 месяца назад
Thanks Saran!
@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!
@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?
@linuxdevops726
@linuxdevops726 Месяц назад
Thank you for this amazing tutorials that can open unlimited options and ideas .Truly ,we are living in a historical time .
@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.
@privateconfidential7490
@privateconfidential7490 3 месяца назад
Brilliant thanks
@joeldiazJoelRamone
@joeldiazJoelRamone 2 месяца назад
WOW! Best tutorial ever!!
@bhancock_ai
@bhancock_ai 2 месяца назад
Thanks Joel! I really appreciate 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?
@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 RU-vid 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`✌️
@madhudson1
@madhudson1 23 дня назад
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.
@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
@mohamedgharib1398
@mohamedgharib1398 3 месяца назад
Great video! Thank You! plz can you make a video a bout AI Crew for Landing Pages ?
@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.
@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
@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
@PhillipRashaad
@PhillipRashaad 3 месяца назад
How do I make the Agents save the final results of task to a specific folder with a specific filename?
@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.
@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.
@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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-OumQe3zotGU.html
@lblima1977
@lblima1977 2 месяца назад
@@bhancock_ai Great! Thanks!!
@OtRatsaphong
@OtRatsaphong 2 месяца назад
Great tutorial, Brandon. 👍 FYI pipe instal poetry didn't work for me. Used brew install poetry instead.
@user-ow9co4xg6n
@user-ow9co4xg6n 3 месяца назад
I would really like to have tutorials to set up and run open source ai projects like this
@WilliamDisterdick-mb4ii
@WilliamDisterdick-mb4ii 25 дней назад
Thanks for the info.. I’m always curious, if ai and agents are relatively new, how did you learn all of this?
@Jerichoom
@Jerichoom Месяц назад
thanks Brandon, I don't quite see these "templates" you use above in your Git repository - where can I get them please?
@NorthPoleSun
@NorthPoleSun Месяц назад
Hi, when I do poetry install --no-root i get an encoding error. Do you know how to fix this? Thanks.
@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?
@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?
@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
@cruepprich
@cruepprich Месяц назад
Thanks! I had to adjust the GPT model name. other than that it worked!
@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 :(
@luistaboada9379
@luistaboada9379 23 дня назад
thanks for the video!, ehat is your openIA subscription? The 20 USD month is enought?
@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?
@guilhermeveras9776
@guilhermeveras9776 2 месяца назад
onde esta disponivel os codigos usados no video
@jinluwang5671
@jinluwang5671 Месяц назад
Anyone running into problem with the starter example .py files not picking up the api codes in the .env file?
@tiggersaldy6237
@tiggersaldy6237 3 месяца назад
Great tutorial :)
@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
@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?
@user-xp9sb4gc1h
@user-xp9sb4gc1h Месяц назад
Am I supposed to create the first group of agents to create the other group for more specific duties
@danielormsbee7668
@danielormsbee7668 10 дней назад
The shell and venv errors I'm getting when trying to use poetry on Windows with VSCode are mind numbing. Did anyone have issues with poetry not writng all of the proper files to the virtual environment folder?
@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
@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!
@yosephsamuel726
@yosephsamuel726 2 месяца назад
i have installed the pip and poetry , but the python version was 3.12.2 how should i fix this ?
@lakshent
@lakshent 3 дня назад
Hi Brandon, I wonder you could help me. newbie to programming here, followed your coding and I keep getting ModuleNotFoundError : No module named 'crewai'. I am in the correct virtual environment, correct interpreter, when crewai typed in to the terminal within the vscode I get a response, however no luck with above when trying to execute python main.py. unistalled and reinstalled crew ai, added and deleted from toml file. no luck, what am i doing wrong. Please help and thank you so much for your detailed videos and clear instructions.!
@brettcohen1430
@brettcohen1430 2 месяца назад
Brandon, great tutorial. How can I launch this or something similar on Render for others to try. Is that possible?
@johnwallis1626
@johnwallis1626 3 месяца назад
in the upcoming events outoput it says the 2022 shareholders meeting is upcoming??
@johnno3169
@johnno3169 2 месяца назад
love the video, its extremely helpful. but where can i find the links to the cheat sheets?
@lordmyprovider
@lordmyprovider Месяц назад
How to get the crewai acess? Is it only enterprise subscription? Thanks
@nobuyukifujioka4740
@nobuyukifujioka4740 Месяц назад
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.
@cyborgmetropolis7652
@cyborgmetropolis7652 27 дней назад
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.
@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!
@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!
@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.
@FofinhosNet
@FofinhosNet 2 месяца назад
Virei fã.
@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.
@user-nv4mu7ut3i
@user-nv4mu7ut3i 27 дней назад
Can someone pls tell all the dependencies that I would hv to install for this
@macheteishrecords8419
@macheteishrecords8419 Месяц назад
13:17 ‘git’ is not recognized as an internal or external command operable program or batch file
@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
@adamgdev
@adamgdev 3 месяца назад
I just tried running the files and I am getting an error. I am guessing this is an issue with CrewAI needing to be updated. I tried a work around with just OpenAI but then I realized I would need to import specific packages for the calculator and possibly other pieces of functionality. I put the error below and also shared it on the Github page. What are your thoughts? Because no versions of langchain-openai match >0.0.7,=0.1.26,=0.0.7,=0.1.26,0.1.26,=0.1.0,=0.0.7,=0.1.0,=0.0.77,0.0.354,=0.0.354,=0.0.77,=0.0.7,=0.0.354,=0.0.354,=0.0.7,
@Florianoguanaes
@Florianoguanaes 3 месяца назад
same problem here
@amaoalex
@amaoalex 4 дня назад
How can I use llama3 and groq in this tutorial case?
@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?
@udaynj
@udaynj Месяц назад
That crewAI examples directory is no longer there on his Github.
@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]
@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 ...)
@vsigal
@vsigal Месяц назад
Hi in this video you said going to be Game Builder Crew. Did I missed it? Is it separate video?
@DoreenAnjel
@DoreenAnjel 8 дней назад
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!🙏
@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
@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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-0ai-L50VCYU.html
@johny1n
@johny1n 2 месяца назад
What's happening with me, is that it is not stopping. Even after getting the itinerary successfully the first time, it keeps executing. Any solution for that?
@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.
@ScottyFNQ
@ScottyFNQ 2 дня назад
I kept getting an error with the tools. Worked out I had to create an empty file called __init__.py in the tools folder. Not sure why, did anyone else have the same issue?
Далее
Build Anything with AI Agents, Here's How
29:49
Просмотров 167 тыс.
КОРОЧЕ ГОВОРЯ, 100 ДНЕЙ В СССР 2
08:37
I Analyzed My Finance With Local LLMs
17:51
Просмотров 395 тыс.
LangChain Crash Course for Beginners
1:05:30
Просмотров 142 тыс.
How I Made AI Assistants Do My Work For Me: CrewAI
19:21
5 AI SaaS Ideas You Can Build in 2024
10:00
Просмотров 5 тыс.
Индуктивность и дроссель.
1:00