Robert Brennan
Robert Brennan
CC @D0odi @amanape
Ahh you're exactly right! Thanks
As of 0.5.3, you can set env vars like `SANDBOX_ENV_https_proxy` to push environment variables into the sandbox. Going to close this one as solved
Seems like this is a poetry issue more than an opendevin issue, so I'm going to close this one
Very cool! Agree this will be useful
Thanks for the report! Definitely concerning. @imkebe did you get a message like this in the logs? ``` echo "Failed to create user enduser with id $SANDBOX_USER_ID. Moving opendevin user."...
`Error while fetching server API version` is indicative of another issue--see https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting#unable-to-connect-to-docker as well as https://github.com/OpenDevin/OpenDevin/issues/1226
@jrgriffiniii @imkebe 0.5.3 should hopefully fix these issues. Let me know if you're able to give it a shot!
@PierrunoYT are you setting `SANDBOX_TYPE=exec` by chance?
CC @xingyaoww https://github.com/OpenDevin/OpenDevin/pull/1474 might help a bit with this. It at least introduces logic to split commands. I've been thinking about a change that would allow agents to return a...