Robert Brennan
Robert Brennan
Thanks so much @Prem-kumar27! I will follow up over email
@Prem-kumar27 is the email address on your GitHub page still good? You're welcome to contact me at [email protected] too
Yeah if they're straight SVGs, putting that into `/public` makes sense. But if they're templated using React, they should probably be in `components`
I think CSS can do this? Not 100% sure
@openhands please implement this feature request. The modal triggered by the "Display Cost" button should show: * total input tokens for the conversation * total output tokens for the conversation...
@harish-coeff can you share the docker command you used?
can you grab the output of `docker inspect` for a failed container? I don't _think_ this should matter but you might need to increase the size of the disk allocated...
Hmm OK so they're both still running, you're just seeing a stack trace in the app saying `RemoteDisconnected`. Are you able to `curl` the runtime container? `curl http://localhost:37059/server_info` or `curl...
> Will this make https://github.com/All-Hands-AI/OpenHands/issues/5019 easier to implement by decoupling the Session from the websocket? I don't think so. We'll have to think carefully about that one--the agent loop will...
Should we set close_delay to something much smaller, now that we're checking if the agent is running? Might as well be more aggressive