-
Notifications
You must be signed in to change notification settings - Fork 82
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
Readme: Playground instructions #33
Comments
We didn't actually "integrated" it with VSC, instead we just opened the playground directory and put terminal on right of it. About the docker logs, we just did something like I really do agree that there should be an explanation about the playground dir. Initially we made it to prevent EVAL from editing or deleting the code of itself and apparently we forgot to explain about this on the document. Thanks for sharing your opinion! |
I completely understand the docker instructions but using it with vscode could be included as steps under 'usage'. I'm not familiar with it, and have received some strange output after trying it for the first time. Log output: `Entering new chain. Plan:
That's after running the code in a folder titled 'playground'. Since that response, the service seems to be unavailable, as the logs produce no further outputs, despite further queries posted. I'm keen to try the project but I'm not sure how to reproduce the outputs from the example videos. Any help would be greatly appreciated -- I love the concept. |
So there's a few things that should be worked on to resolve this issue.
|
I'm very sorry but I afraid that I don't really get it. What do you mean by 'using it with vscode'? Like watching it generating the code right away on the vscode? |
By the way, thanks very much for having interest on this project despite of many issues. I really appreciate it. People like you makes this project better. |
Thanks so much for the quick replies, explanations and updates, and the assistance. It is very much appreciated.
If it makes any difference, I'm using VSCodium on linux, rather than VSCode.
I'd been using /command the entire time. I've now tried the other endpoints but nothing seems to work at this stage. Even after restarting the container. The logs now only record visits to localhost:port via the browser, and curl posts are seemingly ignored, as they produce no output in the logs.
Just setting up the IDE to create code outputs in the way you'd visualised, and allowing EVAL to perform actions in that environment. I'm sure most won't need the explanation, but as a non-dev, semi-technical person, it's entirely unfamiliar to me. |
Did you retry this with our new GUI? If you run, you can access our UI by entering localhost:8000. If there is an error in the UI, please report it again. By the way, Thank you so much for your interest in our repo!! |
Sorry for the slow reply, and thank you for the quick update! The GUI seems to work well, but it doesn't recognise the playground volume in the container, so it's still not writing the code. When it's unable to write to the playground it seems to output the 'l33t speak' response I'd previously shared -- same as the CLI interface. However, I've not mounted the playground volume to a host directory, so I'll try that later today and see whether that's the issue. |
Later than planned but I've tested it, and can confirm that it only works when mapped to a host directory. EDIT:
|
da39de2 commit solves that issue!
If you want, you must be set PLAYGROUND_DIR in .env, volumes in docker-compose.yml. Then it will works!
Could you share your example? |
For many, this request will be absurd, but is it possible to have some guidance on how to integrate EVAL with VSCode, as you did in the example movie files please ie terminal prompt, code added to the open doc, and the docker log files visible? Even a link to an article would be most apprreciated. Does it require an extension?
The text was updated successfully, but these errors were encountered: