Douglas Schonholtz
Douglas Schonholtz
At a glance this looks good. I still need to pull it down and test some stuff locally and walk through it with the debugger. I also want to look...
Yeah, basic clean up and then we are good to go. I'm going to be running this locally just to make sure the agent works. We also should actually fill...
Agent runs locally fine on my machine. When we get the description updated and only commit cassettes on the new PR I think we are in business
Fantastic! I'll try to test this later today. Most likely for tomorrow.
A bajilion years later. This appears to work. The agent removes all errors by re-writing the code.py with a single print statement, but the test still passes for some reason....
You must manually remove the existing vcrpy lib though, so we will need to figure out why that is and how to mitigate that going forward
The memory challenge c is registering as failed here even though I run it locally with the cassette fine. I deleted the cassette and re-ran it locally where it passed...
@Torantulino I'm going to pick this up if it is ok with you. Here is my laundry list: 1. Store long term memory in pinecone: https://www.pinecone.io/. There are lots of...
This works. Hard to test this kind of thing concretely. But anecdotally it seems like it is much smarter now. I'm implementing a thing to actually track memory usage, number...
See pull: https://github.com/Torantulino/Auto-GPT/pull/122