Manager Agent is hierarchical mode is not able to handle correct order of task execution. #2399
moumita-das
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.
-
As per the requirement, the order of flow should be Kid_task -> poem_task -> critic_task. The definition for all the tasks and agents have been provided (not mentioned here).
When the ordering is wrong in the tasks_list, why isn't the manager agent able to call the tasks intelligently?
This works well with a single task, for example cumulative_task which has the entire purpose of the crew, in which case the task ordering and delegation works fine.
But in case of individual task lists itself, I feel the manager should be able to intelligently decide which task should go first.
Or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions