Required prerequisites
Questions
I am trying to build a multi-hop agent where the tasks contain subtasks and i want to use the task in a workforce. however it seems that workforce only operates on one task, and refreshes the states when another sub task is passed in. how should i achieve:
- main task
1.1 step1
1.2 step2
1.3 step3
instead of
- main task which you should do step 1 and 2 and 3
for more control and reliability?