dennishansen / iga

Minimalist AutoGPT capable of updating it's own source
52 stars 13 forks source link

Use Docker for safety #1

Open fsboehme opened 1 year ago

fsboehme commented 1 year ago

I was too scared to run this directly on my machine, so I've put it in a Docker container and updated the README with instructions for doing so.

dennishansen commented 1 year ago

Haha completely understandable. I'll give this a run, thanks for the PR!

renatokuipers commented 1 year ago

I took a look at your project and this is a very nice start. Although the AI will run out of tokens very fast. Especially when you want to make a semi large project or even a large python file. But about other things: I added 2 new features to the project: Wikipedia_search and Short-term and long-term memory management. (there is also a summarization function that will summarize the full session and save it all in the long-term memory) The only problem is, when I want to push this to your project, I am prohibited for some weird reason. I hope you like my ideas though :)