-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have a working space for created files? #8
Comments
Hey there @EinTyp3001! Having a dedicated workspace for the agent would be pretty neat. Can you tell me if your working directory was the loopgpt folder when this happened? |
Hi @FayazRahman. yes, I started the code from the loopgbt directory. I have done some more trials, it is always writing files in the "./", wherever the program was started from. A solution would be to add an optional "--workingfolder" option? Thx! |
@EinTyp3001 I would suggest not starting the code from the loopgpt directory. You can run it from anywhere else. We do have plans for a workspace folder option so please stay tuned for that! |
thank you! |
I had issues trying to do that with podman on an m1 mac I had to work around it by mounting a path, but still operating within a directory within the container, then as a pre and post agent run step save and restore workspace to this directory You can see it in the agent.py file in here: https://github.com/prom3theu5/loopgpt-playground Disclaimer - I'm mainly a .net engineer - its been a long long time since i did any serious python lol (a very long time indeed) |
Hi.
nice job!
I am testing your implementation (my kind of standard test for auto gpts is to let them create a web-portal about cats with depressions) and i foundt hat created files are written in the root loopgpt folder.
greetings.
The text was updated successfully, but these errors were encountered: