-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Do we have workflow (dynamic) as a subagent ? #5776
Copy link
Copy link
Open
Labels
question[Component] This issue is asking a question or clarification[Component] This issue is asking a question or clarificationrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the authorv2Affects only 2.0 versionAffects only 2.0 versionworkflow[Component] This issue is related to ADKworkflow[Component] This issue is related to ADKworkflow
Metadata
Metadata
Assignees
Labels
question[Component] This issue is asking a question or clarification[Component] This issue is asking a question or clarificationrequest clarification[Status] The maintainer need clarification or more information from the author[Status] The maintainer need clarification or more information from the authorv2Affects only 2.0 versionAffects only 2.0 versionworkflow[Component] This issue is related to ADKworkflow[Component] This issue is related to ADKworkflow
Type
Fields
Give feedbackNo fields configured for Task.
Hi
Requirements:
a) Outline & HITL Nodes: Presents the document outline for approval from the user (HITL), Apply feedback iteratively (if any)..
b) Code Agent node: Writes code & generates document and seek user feedback (HITL node)..Apply feedback (if any) .
c) Returns to Main Agent ...
How can we implement this kind of pattern in ADK 2.0 especially with dynamic workflows.. ?
Anyone kindly point to any official sample or docs for this ?
Also, i see TASK API mentioned for google ADK 2.0:
Task API: Structured agent-to-agent delegation with multi-turn task mode, single-turn controlled output, mixed delegation patterns, human-in-the-loop, and task agents as workflow nodes.
Any docs on this ?
Thanks.