tofarr
tofarr
If so, I think we'll need to update our troubleshooting steps.
There is a nice comment on this thread: https://forums.docker.com/t/difference-between-docker-desktop-and-docker-engine/124612 : "Basically Docker Desktop is a virtual machine + Graphical user interface with some extra features like the new extensions and...
How you thought about how easy or hard it will be to transition over to asyncdb once the V0 conversation code has been removed? Hopefully it will not be difficult.
@kripper The stack trace you posted on https://github.com/All-Hands-AI/OpenHands/pull/6114 has a line that seems critical to me: No such file or directory: '/home/codespace/openhands_file_store/sessions/e770430539174979bf2296e8c6d3fde5/agent_state.pkl' Can you confirm that: * The sessions directory...
68 files changed seem overwhelming but a lot of that is due to removing command_id and keep_prompt from CmdRunAction and the refactor of exceptions. I love the introduction of an...
Looks like there is a broken link in the resolver due to moved classes - openhands.impl.e2b.sandbox.exception.TimeoutException
I guess you have some sort of custom use case here where you are not calling the `POST /api/conversations` endpoint to create a conversation before calling the websocket? OpenHands used...
I'm not sure what this change accomplishes - can you walk me through it?
I saw this when debugging https://github.com/All-Hands-AI/OpenHands/pull/5056 . The issue is that some events use an ID which is not an integer: If the last event the frontend received before init...