Robert Brennan

Results 1267 comments of Robert Brennan

Once the macOS tests pass, ping me and I'll * force merge this * change the required checks from 3.11 to 3.12

@josephykwang it seems like a docker issue. Do you have docker running? What does `docker ps` show?

does `docker pull ghcr.io/opendevin/sandbox:v0.1` fix the issue?

Looked around a bit. I found this tip: > Under advanced settings check the case “Allow the default Docker socket to be used (requires password)”. [This issue](https://github.com/docker/compose/issues/7896) suggests it's docker...

we've at least got better error messages in place now. I suspect the docker connection issues are going to be a theme for us

There's an empty file in here that should be removed.

Love it! Anything that lets the LLM plot out its own path is powerful--but it's also potentially expensive and unpredictable. It'll be really interesting to experiment with some self-discover prompts....

I had a bit of trouble using this. I refrsehed the page mid-task, and it caused the server to crash with: ``` AgentFinishAction(action='finish') ERROR: Exception in ASGI application Traceback (most...

Here's the behavior I'd hope for: * If at any point, I refresh the page, all the state pops back into place. E.g. my message history is all there, the...

> btw, i think the Agent needs to be stopped if the client disconnects for a specified period of time. resume when the client reconnects? This seems like a good...