-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Looks that step after Parallel step in workflow is not fed with aggreated result but with last result from inner steps.
Steps to Reproduce
- Copy https://github.com/agno-agi/agno/blob/main/cookbook/workflows/_04_workflows_parallel_execution/async/parallel_steps_workflow.py
- add dummy hook to writer agent and set breakpoint in it
- inspect run input content when breakpoint is hit
Agent Configuration (if applicable)
No response
Expected Behavior
Parallel step propagates aggregated result to subsequent step
Actual Behavior
Parallel step does not aggregate inner steps' content
Screenshots or Logs (if applicable)
No response
Environment
- OS: Windows 11
- Python 3.12.6Possible Solutions (optional)
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working