Currently all the agents are following the ReAct loop, where its figuring out what to do as it gets more information per loop (Reason + Act).
Plan and execute, is where you instead do a stepped plan and then execute it, by giving smaller tasks to either tools or agents.
The simple version of this is to create a planning tool, where you say to the agent that on the first loop you have to plan the steps and when you get information about changed steps, you can update it or write a new plan.
The more complex version, is that an actual runner takes care of sending the plan to different agents, but that one should be done in collaboration with ECA most likely. Minikanban does something similar.
This issue is just to have the first version working.
Active
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.