Recursive Chain of Task Reasoning #1574
Replies: 5 comments 1 reply
-
Also it would make it easier to navigate in conversations as we could just close subtasks we don't want to know about. https://excalidraw.com/#json=hUsEhIV2M-ufspSj7-ZxL,HcWoJQtRanDOCVygMQYadA |
Beta Was this translation helpful? Give feedback.
-
Also, dividing tasks with self responsible sub tasks could be very good for low context window APIs. Could be good for smaller models too (i'm thinking of Gemini in specific) |
Beta Was this translation helpful? Give feedback.
-
Great idea @carabistouflette! I’d like to add some thoughts on how this recursive chain of task reasoning could be further enhanced by leveraging LLMs for dynamic subtask scheduling and high-level orchestration. Enhancement: Model-Driven Subtask Scheduling & Robust Agent Execution
In summary: Would love to see this direction explored further! |
Beta Was this translation helpful? Give feedback.
-
I wonder if a lot of this is already done by Claude-task-master, which has some active PRs for roo code support. |
Beta Was this translation helpful? Give feedback.
-
Is this essientially multi-agent workflows? If it is, how flexible could this be done? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It basically works like that:
To this we could give the user the possibility to add "step" to this routine. Like for example after the subtask is resolved, do a subtask especially for making/updating the documentation.
Beta Was this translation helpful? Give feedback.
All reactions