As a software engineer, I just took my first dive into AI agent development with your crash course.
First off - HUGE thanks to for the Google ADK crash course! 🙏 Started learning from your videos and now building practice projects. I'm stuck on something though.
Working on an email bot that needs to make decisions: -
If urgent email → Send to escalation team -
If normal email → Send to support team But I can't figure out how to do "if-else" logic in ADK.
The Sequential agents run everything, but I need it to choose ONE path. Should I use a Custom Agent? Or is there an easier way? Any help appreciated! Still learning 😊