From the course: Hands-On AI: Building Agents with the Google Agent Development Toolkit (ADK)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Custom agents: Ultimate flexibility with Python logic
From the course: Hands-On AI: Building Agents with the Google Agent Development Toolkit (ADK)
Custom agents: Ultimate flexibility with Python logic
- [Instructor] What if you're building Wanderwise for business travelers? You want your AI to not only suggest itineraries and packing lists, but also enforce company travel policies like flagging trips that exceed budget, require special approval, or must-avoid certain destinations. Can a language model or a standard workflow agent handle all of that? Not quite. Let's see how custom agents let you implement logic and integrations that LLM and workflow agents simply cannot handle. We'll discover how they're essential for building truly production-ready enterprise AI systems. LLM agents are great at reasoning and language tasks, but they're limited to what the model can infer and the tools you've connected. Workflow agents like sequential, parallel or loop are perfect for running agents in a set order or pattern, but they follow fixed orchestration logic. Neither is designed for highly conditional business rules, dynamic agent selection based on complex criteria or deep custom…
Contents
-
-
-
-
Core agent types: LLM, workflow, and custom agents5m 9s
-
(Locked)
LLM agents: The engine of intelligent conversation and reasoning5m 31s
-
(Locked)
Building LLM agents: From basic prompts to tool-enabled power5m 34s
-
(Locked)
Workflow agents: Orchestrating complex tasks with precision and order5m 37s
-
(Locked)
Custom agents: Ultimate flexibility with Python logic5m 17s
-
(Locked)
Strategic agent selection: Choosing the right ADK agent6m 10s
-
-
-
-
-
-