Leo
Leo
> Not sure if I'm missing anything, but when I ran the evaluation, there were a bunch of `permission denied` logs and the agent seemed to fail since the log...
@ryanhoangt you can add this to your `config.toml` ``` run_as_devin = false ``` this can resolve the permission problem.
@arko7n At the moment, OpenDevin cannot run on serverless environments. As you said, it requires access to the `docker.sock` in order to create the sandbox container, which is impossible to...
is the reset button cover this situation?
the reset button we currently have stops the agent and starts a new session. i think this already covers the stop scenario. wdyt?
that's correct, we are unable to stop the agent immediately after clicking the button.
It may be that the virtual environment changes the shell prompt. My first thought is that the prompt in the shell is being modified, which prevents the proper detection of...
It seems same as #278
okay, for these goals, i need to decouple the WS connection management and Agent controller. 1. every time the agent sends messages to FE, it will get the latest WS...
btw, i think the Agent needs to be stopped if the client disconnects for a specified period of time. resume when the client reconnects?