Excited to see more people combining LangGraph and CrewAI! I've been experimenting with it but am still getting my feet wet as a developer. Seeing this live makes me want to drop everything, put my head down, and train until reaching multi-agent gigachad mode. Thanks for the inspo!!
Wow - too good. I would love to see more of this personal automation use case type videos. I think we all need help automating our lives with AI to do things like reviewing and replying to emails for us so we can spend time on more immportant things. I’d love to see more videos with Crews and LangGraph and Agents running 24/7. Thanks for the content.
Thanks for the fascinating material! I'm sorry for what I want to advise, but auto-formatting a line to fit the screen without placing hard hyphens is + Thanks again for your activity!!!
Brandon - you have made just another diamond out there!!! I am becoming your groupie dude! Can you please update your Github repo with this code? Thanks!
Thank you for these tutorials you make. I have two questions: 1) can we use pydantic's 'BaseModel' for the 'EmailState' class model instead of 'TypedDict' 2) is it safe to think of states & nodes as another implementation of cron-jobs?
I love you videos and content. Please keep it coming. What would be super helpful is if you created a video on how to build an agent swarm with langgraph using SQL databases..not crew ai but all with langgraph. Please and thank you
That’s a really good idea! I have 4 LangChain videos in the queue and then I want to dive deep into LangGraph. I think your idea would be a great suggestion! If you need help with this idea before I’m able to make a video around it, I definitely recommend checking out our Skool community to ask questions as you build out your solution! www.skool.com/ai-developer-accelerator/about
Would be cool to have a state pointer object with methods on it and then only pass the methods to nodes. That might make the state updates a bit clearer. Is that possible here? Coming from golang, so not really a python person.
It is really great work, thank you. I have question if i reoeate the same action every 30 secs will it not be waste of resources can we use a trigger the moment we receive an email or we can do it every 6 hours.
Great content! as usuall Question: possible to make a video on how (and maybe where) to set this up on a hosting platform? My little laptop is asking for peace and quietness these days. But also, when it is on my hosting, i can access the endpoints just via my browser anywhere.
Excellent video. Thanks for sharing, Brandon. I also see a lot of potential in Phidata. Could you consider to combine the Phidata with Langgraph or CrewAI
muito bom professor, top top top, tenho uma sugestao, tem como o sr ensinar usar agentes para escrever sobre um assunto especifico gerar uma imagem e postar no instagram tudo automaticamente ?
I am waiting for someone to do what everyone is scared of: Create an AI solution that has the ability to rewrite it's own code to give itself abilities that it needs for completing a given task.
4:30: The use case sounds scary to me. In a few months, we will be spammed with AI newsletters that no longer have any real content. Nevertheless, your videos are great!
I’d love to see if I can use langchain with ollama, but where ollama is not local; ie if i have ollama in 1 container and my backend in a different container.
THIS IS MINDBLOWING! The combo of CrewAI and LangGraph is just golden!
Excited to see more people combining LangGraph and CrewAI! I've been experimenting with it but am still getting my feet wet as a developer. Seeing this live makes me want to drop everything, put my head down, and train until reaching multi-agent gigachad mode. Thanks for the inspo!!
Wow - too good. I would love to see more of this personal automation use case type videos. I think we all need help automating our lives with AI to do things like reviewing and replying to emails for us so we can spend time on more immportant things. I’d love to see more videos with Crews and LangGraph and Agents running 24/7. Thanks for the content.
I can't find the source code from your github can you make it public?
Thanks for the fascinating material! I'm sorry for what I want to advise, but auto-formatting a line to fit the screen without placing hard hyphens is + Thanks again for your activity!!!
Brandon - you have made just another diamond out there!!! I am becoming your groupie dude! Can you please update your Github repo with this code? Thanks!
Is this on GitHub Brandon, I couldn't see it
Could you please bring out LangraphStudio integration here ? that will be awesome
Fantastic video, still watching. Been using langgraph +crewai for a bit (all guess work).
This video is your Billie Jean on a Thriller album full of Number 1 Hits - not sure you can top it LOL! OMG YOU WERE BORN TO TEACH!!!!
Why not using crewai or langgraph alone? Thanks you so much
Thank you for these tutorials you make.
I have two questions:
1) can we use pydantic's 'BaseModel' for the 'EmailState' class model instead of 'TypedDict'
2) is it safe to think of states & nodes as another implementation of cron-jobs?
why not just do all of it using Langgraph?
Because of Multi Agent Aspect which doesn’t capable only in these data frameworks
I would do it using just langgraph, totally agree with you
I can not stress how important this question is. Can someone please give a more detailed answer?
@@maged_helmy a detailed answer could be: there is no need to use CrewAI with Langgraph! Langgraph can do everything CrewAI can do + more!!!
@@MachineLearningZuuLanggraph can and indeed does handle multiagent graphs. That is the whole point of the library.
What terminal do you use and what enables the auto-completion?
What's the tool you use to draw these cool graphs?
Thanks for all your hard work. Love every video.
Thanks Jessey 😁 I really appreciate it!
Curious, is there a graphical UI for LangGraph yet?
This is really cool! Just wondering as i am a beginner programmer, how long did i take you to create this full project?
Another fantastic video, you’re covering some great topics. Will def hop into your skool.
Workflow has it's use, however, State Machine is better for this purpose and more resilient.
excellent stuff. i don't see the source code for this on brandon's github repo
how about incorporating some threading into your crew?
I love you videos and content. Please keep it coming. What would be super helpful is if you created a video on how to build an agent swarm with langgraph using SQL databases..not crew ai but all with langgraph. Please and thank you
That’s a really good idea!
I have 4 LangChain videos in the queue and then I want to dive deep into LangGraph.
I think your idea would be a great suggestion!
If you need help with this idea before I’m able to make a video around it, I definitely recommend checking out our Skool community to ask questions as you build out your solution!
www.skool.com/ai-developer-accelerator/about
Would be cool to have a state pointer object with methods on it and then only pass the methods to nodes. That might make the state updates a bit clearer. Is that possible here? Coming from golang, so not really a python person.
It is really great work, thank you. I have question if i reoeate the same action every 30 secs will it not be waste of resources can we use a trigger the moment we receive an email or we can do it every 6 hours.
Amazing video we get so many emails. Will definitely try this
Am I the only one not understanding the need to use Langgraph with CrewAI? Why not just LangGraph?
Exactly what I was thinking
Great content! as usuall
Question: possible to make a video on how (and maybe where) to set this up on a hosting platform?
My little laptop is asking for peace and quietness these days.
But also, when it is on my hosting, i can access the endpoints just via my browser anywhere.
People are questioning here why not only langgraph, my question is why not only OpenAI api and python?
I don't see crewai-langgraph repo to check source code
hi guys ı dont have openai api key can ı run this project ?
Unfortunately you’ll need an OpenAI key to run the project.
The good news is this whole project will cost a few pennies!
Nice video. Actually, in 47:06 I didn't know how to do this step with OpenAI key
wow, excellent video. and what is the drawing tool? where can i get it?
Yeah I wonder too, because I like your approach and would like to implement it as well!
the drawing tool is excalidraw
i like both LangGraph and crewai
i think the future is that LATS will merge into them
sir please make a video on deployment also . As pipelining these projects can be tricky. Hope you understand and will implement such major topic.
Great suggestion! As soon as CrewAI+ is ready for production, I’ll make a ton of tutorials to show you guys how you can deploy your crews!
Thank you so much for sharing this great tool , can I use it to automatically fill a form ?
Awesome video, as always. Does somebody know how do these agents perform in other languages then English?
Thanks for these great videos! I signed up and got the email, now I have access to the files you use.
Keep up the good work Brandon
Excellent video. Thanks for sharing, Brandon. I also see a lot of potential in Phidata. Could you consider to combine the Phidata with Langgraph or CrewAI
Thank you for the tutorial Brandon, could you please create another tutorial on CrewAI and Next.js soon? 🤩
Another great one Brandon, thanks for this!
I guess you're system is not sending out code to yahoo emails.
Oh that's cool, **python has a spread operator as ... JavaScript! Didn't know that!
Please make a video on LangGraph
It’s definitely in the queue! Thanks for letting me know you want to see it!
muito bom professor, top top top, tenho uma sugestao, tem como o sr ensinar usar agentes para escrever sobre um assunto especifico gerar uma imagem e postar no instagram tudo automaticamente ?
Good usage of CrewAi
Join his Skool or else you aren't cool. -Mitch
Thanks Mitch! This cracked me up! 😂
what software do you use to draw the diagrams?
just caught it... excalidraw... where TF has it been hiding all my life. So great! Visio need not be open ever again.
Did someone find the source code of this project?
So helpful
Is there an option that the system will save the emails as drafts on gmail?
Hey! That’s exactly what it does! The drafts will appear in your Gmail drafts so you can quickly edit them and send them out!
@@bhancock_ai amazing job. Thanks man. I wonder how to connect all the amazing tool into one manager.
I cant find the source code on your github. Perhaps the repo is private.
Same
github.com/crewAIInc/crewAI-examples/tree/main/CrewAI-LangGraph is the code it looks like Brandon is using.
Great video
I am waiting for someone to do what everyone is scared of:
Create an AI solution that has the ability to rewrite it's own code to give itself abilities that it needs for completing a given task.
I kind of feel like you could just cut crewai out and use langgraph for it all
Incredible !
You're the man 😎👏🤘
4:30: The use case sounds scary to me. In a few months, we will be spammed with AI newsletters that no longer have any real content. Nevertheless, your videos are great!
langchain crash course
You’ve read my mind! I’m going to start working on a LangChain video this week
I’d love to see if I can use langchain with ollama, but where ollama is not local; ie if i have ollama in 1 container and my backend in a different container.