Great, but the cost of CrewAI Enterprise makes no sense. $50 per month for 100 executions per month?? At that price, it’s a thousand times better to deploy it on Google Cloud.
@billmckessy1930Күн бұрын
really awful to put the text dings in your video, I shut it off and found another one that didn't do that
@DanielCorbettHarmon3 күн бұрын
I think that Assembly removed the space in the playground to paste the youtube link
@princekhunt13 күн бұрын
OMG Explanation
@MuhammadAmir-fj8yu4 күн бұрын
Short, precise, and to-the-point video. Thanks!
@Aryan-p2e4z5 күн бұрын
hi brandon, where can we host it for free since the crewai package is quite heavy?
@manikira195 күн бұрын
Brandon, I'm new to langchain and GenAI in general. Your masterclass is truely masterclass. On the scale of 10, I would rate it 11. So well structured and demonstrated with examples.
@peddibharath70165 күн бұрын
very easy to understand tutorial
@ManojKumar-bl1hp5 күн бұрын
Where is the link to download the template?
@gabriel.jansen6 күн бұрын
Thank you very much Brandon, thanks to your video I was able to implement it in the language I work with (ASP Classic)
@lucface6 күн бұрын
Brandon man this is a stunning video. Beautiful. I’m so impressed by not just the content but the context. How did you plan and create the timeline and treatment for this vid?
@MatthewChowns6 күн бұрын
Would be nice if we could generate boilerplate for common flow patterns like this when we run the "crewai create flow" command.
@brto6 күн бұрын
Hey, thanks a lot for taking the time to make these tutorials. They're always so great! I was wondering if you could do a long tutorial about system design and logic for AI developers. I think that would be really helpful and appreciated.
@thelalomorales6 күн бұрын
such a solid tutorial man !!!!!!! thank you !
@marcc01837 күн бұрын
Great video brandon, could u make one video using the new openai realtime api?
@Amplify-AI7 күн бұрын
So much value in this video @Brandon 🔥🔥🔥
@SundarapandiMuthupandi7 күн бұрын
We tried to download source code.. we could not can you share github sourcecode link
@terryliu36357 күн бұрын
Hey Brandon, thanks for the great videos on CrewAI. I learnt a lot within the previous a few days!! Got a quick question, I'm trying to use Azure Open AI 4o-mini model instead of the model directly from Open AI. It seems the API Key will not work...do you have any suggestions for me? p.s. I'm using Colab to run the test codes....
@DouglasClemens7 күн бұрын
Awesome use of CrewAI. Thanks for sharing.
@aibeginnertutorials7 күн бұрын
Awesome sauce! Great video as always. Thanks Brandon
@bhancock_ai7 күн бұрын
Thank you Gregory!!
@jeffsanaraujo7 күн бұрын
Thank you! Fantastic video! Quick question, is it possible to implement this project without using crewai enterprise, just the free open-source one? Tks!!!
@bhancock_ai7 күн бұрын
Awesome question, Jeff! If you’re just running this project locally for yourself, the free open-source option will work perfectly. The big win with CrewAI Enterprise is how easily it lets you deploy your crews so they’re accessible to others. If sharing your project is part of the plan, it’s worth considering! Let me know if you have more questions-I’m happy to help!
@lucface6 күн бұрын
@@bhancock_aiwhat’s the lowest cost to get it to be at where you’re describing, Brandon?
@GregPeters17 күн бұрын
Waking up this early L.A. morning to a Brandon gem! Thank you!!
@bhancock_ai7 күн бұрын
Time to grab a morning cup of coffee and enjoy!!
@nufh7 күн бұрын
Bro you throw a 3 hours long vid...
@Dis-Trackted7 күн бұрын
Timestamps though :).
@Aabid7897 күн бұрын
please use `bunx shipsaas` its a new cli for quickly boilerplating saas projects so we can give more time what really matters.
@zakariaboulouarde45917 күн бұрын
Thank youu 1st comment
@andrew-ld1jg8 күн бұрын
Hi, thank you for your work! Could you please share your GitHub repository where I can download the prompts?
@atifroome8 күн бұрын
Change the channel name to “First thing First” 🤣
@bhancock_ai7 күн бұрын
I do kinda say that a lot 😂
@aiandml8 күн бұрын
I have sent you a request for having the code. Can you please approve it?
@bhancock_ai7 күн бұрын
Hey! It should have been sent out automically. If not, can you please shoot me a DM on X and I'll get the code over to you! x.com/bhancock_ai
@aladinmovies9 күн бұрын
Thanks Brandon! Love to here your videos. You give perfect material
@faizantayyab82229 күн бұрын
Is it normal for the Flow or CrewaI to take long time to initiate. What factors are to be considered in terms of performance. Is Crew AI slower then langgraph?
@fonseca_ygor9 күн бұрын
To use the same assistant for multiple clients, should I attach and detach the custom client files for each thread? Ou should a create an assistant for it client, even if they will be the same?
@mikew288310 күн бұрын
Good stuff! 👏
@umer_c0des33010 күн бұрын
what if we just bind tools with LLM, insteadt creating the agent executor?
@larspedersen70910 күн бұрын
newbie here - the conda env with the venv inside is super confusing
@bhancock_ai7 күн бұрын
Agreed! Unfortunately, it's one of the necessary evils of keeping your python environment clean and conflict free.
@DivyanshuSinghania0110 күн бұрын
Di i have to use poetry, i dont want to
@bhancock_ai7 күн бұрын
You don't have to! You can create a Conda env and just install packages that way. Hope that helps!
@alex_df10 күн бұрын
This is one of the best tutorials I've ever seen! Learned so much so quickly thanks to your impeccable organization of ideas at a fast but yet comprehensible pace. Thank you! When LangGraph? 😂
@bhancock_ai7 күн бұрын
It's on the roadmap! Just need more time! But thanks Alex! Really appreciate it 😁
@fackelface9211 күн бұрын
What application are you using to write/run your code?
@saac16711 күн бұрын
Do I need to pay to use CrewAI?
@SrinivasaRajuVuppalapati11 күн бұрын
Amazing Video !! Brandon Tons of thanks for explaining the concepts in detail . I am customising the existing code to use Ollama
@SiyaNtombela11 күн бұрын
Brilliant video as always Brandon! Thank you
@rahmanbrussolo11 күн бұрын
Congratulations fantastic, I was doing or trying to do almost the same thing but in a much more technical and exhausting way without being able to extract all the potential, for each new doubt opening a new chat explaining everything again and then coming with a summary in the main chat and continue, without realizing that I was trying to direct the AI all the time instead of letting it flow and direct me, I did an initial test with the same project that I've been working on all week and almost instantly all the doubts were answered without me worrying. and remember to inform. Sorry for the mistakes in English, I understand well but I speak little, but I thought the approach was fantastic, congratulations, I hope I can follow the course with what I understand in English, thank you and keep up the great work.
@loombra0111 күн бұрын
Awesome! First time I saw the Flows function I realize they should become the backbone of the Crewai. Using flows, the crews could be broken down in smaller and way more much digestible crews. That will lead to have several flows interconnected, facilitating the way you create more complex solutions using Crewai. This is how I am envisioning it in my Crewai implementations. I still think the nested folders created by CLI for crews and flows a by confusing when you start growing the number of crews and flows in your implementation.
@azubermounir915112 күн бұрын
how are your teeth so white brandon
@GregPeters112 күн бұрын
Thanks Brandon!
@sam-uw3gf12 күн бұрын
The video are great but I can't implement coz ur using paid llm please do videos on free llm
@itlackey192012 күн бұрын
Set the api url to the local ollama instance.
@SiyaNtombela11 күн бұрын
You can also use Groq API
@geeekfa327813 күн бұрын
Amazing tutorial! Thank you Brandon.
@frankdinies511116 күн бұрын
Hello Brandon, great video. May I ask one question, why have you made the instructions in phase 1 the start of a beginning of a chat, rather than making this instructions in a workspace ? I would say, in the first phase, it would fit better in a role than as start of the conversation. Thanx