Hero Workflows¶
These 7 recipes are the showcase of adk-fluent. Each demonstrates how multiple modules — agents, operators, state transforms, context engineering, routing, guards, middleware — orchestrate together to solve a real problem.
Unlike the basic recipes, which demonstrate individual features in isolation, hero workflows show the interplay.
Every Hero Recipe Follows This Anatomy¶
The Real-World Problem — A business scenario you’ll recognize. Not “this demonstrates X” but concrete pain that makes you nod.
The Fluent Solution — Complete, copy-pasteable adk-fluent code. No ellipsis, no “imagine this.”
The Interplay Breakdown — Why these modules were combined. Why
Routeinstead of LLM routing? WhyC.none()on the classifier? Whygate()at the end?
The Workflows¶
- Deep Research Agent — Gemini Deep Research in 20 Lines
- Customer Support Triage — Multi-Tier Routing with Escalation
- Code Review Agent — Parallel Analysis with Structured Verdicts
- Investment Analysis Pipeline — Route, Loop, and Conditional Delivery
- E-Commerce Order Pipeline — Every Primitive in One System
- Multi-Tool Task Agent — Tools, Guards, and Dependency Injection
- Dispatch & Join — Fire-and-Continue Background Execution
Module Coverage¶
Between these 7 workflows, every major adk-fluent module is demonstrated:
Module |
Used in |
|---|---|
|
All 7 |
|
Deep Research, Code Review, Investment |
|
Deep Research, Investment |
|
Deep Research, Code Review |
|
Support Triage, Investment, E-Commerce |
|
Support Triage, E-Commerce |
|
Deep Research, Support Triage, Multi-Tool |
|
Support Triage, E-Commerce |
|
Code Review, E-Commerce |
|
E-Commerce |
|
Code Review, Investment |
|
Multi-Tool |
|
Multi-Tool |
|
Dispatch & Join |
|
Investment |