Darryn
Darryn
I have done some testing for this on my fork: - https://github.com/algopapi/Auto-GPT Basically I wrapped the main.py inside an agent class. The agents sit inside of an orginization class with...
Hey there, I made some progress on this lately: Feel free to experiment with this over at: https://github.com/algopapi/Auto-GPT. The stable branch is the one to look at. (by default it...
Nice! I ran into these issues as well. First one is really tricky. The second one should be quite easy - simply remove the message_supervisor command from the founders prompt....
> Seems this is already implemented in the form of agents, no? Not quite since the agents are not full instances of itself, i.e., they cannot execute commands or spawn...
I kinda implemented this. In my implementation I let the agent reflect every N steps which can be quite interesting but requires more testing.