javableu

Results 9 comments of javableu

Maybe we can steal some ideas from heuristics (https://en.wikipedia.org/wiki/Heuristic ). 3 possible strategies: Trial and error (autogpt) >> Set a bunch of agents and let them do their stuff hoping...

I tried to implement strategies that will change the way the plan is built. The ai should decides which strategy to use depending of the problem. It still does not...

Thanks @merwanehamadi for accepting this challenge. Even if the challenge as it is might be a bit too complicated, I think we could reuse it as a sort of "Swiss...

maybe it has to do with the word compute?

If i give the full level 5 to chatgpt4, it solves it in one prompt. Autogpt manages the level one well and is only slightly off on level 2. if...

Since it impacts the main agent's behavior, it is really hard to understand the full implications of this update. It would be nice to have user feedback on this update...

Hi, I deleted the env file and restarted again. Same bug. It happened with the last update pulled an hour ago. Maybe something to do with the overload? I'm getting...

Maybe had to do with the Python path. I checked on an Ubuntu virtual machine and everything is fine. On widows 11 it failed.I used conda...

same here. The prompt is too large when the AI use COMMAND = read_file ARGUMENTS = {'file': 'file_name.txt'} and the file is too large I get this error : Traceback...