Recommended orchestration pattern for combining LlmAgent reasoning with SequentialAgent workflows #3775
healthintel-carecoordinator
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on a use case where an LLM should first analyze a user query, extract intent and parameters, and then drive a workflow of sub-agents based on that reasoning. I’m trying to confirm the recommended ADK orchestration pattern to accomplish this effectively.
Key Questions
Architecture Best Practice
What is the recommended pattern for combining LlmAgent-based reasoning with sequential or conditional execution in ADK?
Parameter Passing
How should user intent and extracted parameters be passed from a parent reasoning agent to workflow agents?
Instruction / Prompt Design
What is the best practice for structuring instructions so the LLM cleanly delegates tasks to workflow agents?
Alternatives
Are there other ADK agent types or workflow control patterns better suited for intent-driven execution?
What I Have Already Tried (Without Code)
→ Issue: Often answers directly or delegates without consistent parameter extraction
-Using custom instructions to enforce a reasoning-first approach
→ Issue: Parameter passing and control of specific workflow steps remains unreliable
What I’m Looking For
-Guidance or example demonstrating:
Environment
Additional Context
This orchestration pattern appears essential for multi-agent production applications where workflows must be efficient, context-aware, and driven by user input — not static execution sequences.
Documentation or a sample implementation would be extremely valuable for adopters building complex systems on ADK.
Beta Was this translation helpful? Give feedback.
All reactions