Robert Brennan

Results 1267 comments of Robert Brennan

This is a great idea! I'm changing it to `rejection` because I think letting a smaller agent call a bigger one would lead to weird loops 😄

@TUTULEMAN you need to run on WSL, not on Windows itself. Please see the README for more info

Looks like this is a windows issue from the logs. Make sure you're running in WSL, and if you're still having trouble feel free to open an new issue

We have folks up and running on WSL, so I'm going to close this one as obsolete. If folks are still struggling with `uvloop` errors when running on WSL, feel...

It's expected that `npm` isn't available (we should maybe beef up our sandbox image with several common programming langauges). But usually OpenDevin is able to install it. Did the LLM...

Short term workaround is to set the env var: ``` SANDBOX_CONTAINER_IMAGE="node:21-bullseye" ``` or similar. Sounds like we need to beef up the sandbox image

yes, if you add that to your config.toml, it should work. You can also do ``` export SANDBOX_CONTAINER_IMAGE="node:21-bullseye" ``` before running OpenDevin

Did you run anything here with `sudo`?

Yeah makes sense that things are a little broken then--you probably want to fix up your environment so that you don't need sudo to run pip.