Boostrix
Boostrix
This looks like a straightforward and useful change that is primarily about adding a new config option and appyling that as a default, which probably makes it a good candidate...
I can confirm this being the case for me, too. It seems the dashed plan isn't really helping it, we probably need priorities and use internally a stack/queue to add/remove...
> I agree, it seems that it can understand what tasks need to be done but then goes and does another task. I guess, a parent agent could simply set...
See: https://github.com/Significant-Gravitas/Auto-GPT/issues/1548#issuecomment-1518328221 and #1377, #150 (probably need a meta bug for this?) At the very least, there should be an "endless loop" heuristic to detect redundant looping and bail out,...
Please help take a look at the following PR #3083, hopefully this can then be closed or made more specific ?
my 2c, working on supporting multiple agents/project is all nice and dandy, but probably should only be worked on once we have at least /some/ form of planning support and...
Some of us have now begun prototyping actual "planning" support based on using the "Tree of Thought" paper and its associated github repo/code - this is now being discussed/integrated as...
the re-arch channel does have a dedicated "commands" thread - however, personally, I believe we should use a "namespace" based notation (namespace.tool) - that would be a good way to...
there are several situations where the script may end up looping unnecessarily, e.g.: #1591 Given the open-ended nature of the problem, the "solution" might be to keep track of loops...
I would have thought of it like a stack that is incremented/decremented as needed, and whenever the arguments are the same as before (just hash all args together), you would...