As the title says, do we need to have taken “Multi AI Agent Systems with crewAI” before this new course?
Cheers!
As the title says, do we need to have taken “Multi AI Agent Systems with crewAI” before this new course?
Cheers!
As per the website,
Anyone can join if they have basic Python knowledge and want to build complex and practical multi-agentic systems.
Taking the “Multi AI Agent Systems with crewAI” should really help.
Thanks for the feedback Kurt
I was wondering if taking the first course might have been mandatory to understand the new one.
Since I do have basic Python knowledge I’ll jump right into the latest course then go over the previous one.
Sometimes I find reviewing previous material after taking the latest versions of a course allows me to better understand rather than taking the courses sequentially.
Cheers!
I have taken the previous course of crewai which I believe is better approach before taking this course as it explains in detail about crew ai agents significance and what each agent plays it’s role for one to have go through this course.
This is a personal suggestion.
Regards
DP
Hi @Deepti_Prasad I appreciate the feedback
I already started the new one and it’s going great! I’ll still take the first one just to make sure I didn’t miss anything.
Crewai is pretty awesome
I also highly recommend the first course before taking this one.
I am struggling to install crewai and crewai_tools due to version compatibility issue. I am finding this tricky on notebook but attempting to find a clear path to get notebooks running on my local machines as agents and flows are really interesting. Any suggestions??
My python version is 3.11.9
My requirements are as below:
crewai==0.75
crewai_tools==0.12.1
While running first cell…
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 10 8 import os 9 import yaml —> 10 from crewai import Agent, Task, Crew ModuleNotFoundError: No module named ‘crewai’
Thank you in advance.
Know about me more- sarvesh.website
if you check File==>Open section, you find requirement.txt file which provides you information about module version required for the codes to run successfully in your local environment @hsarvesh