Robert Brennan
Robert Brennan
I've further confirmed that if you don't instantiate the `log_generator` in LogBuffer, the leak goes away. I've also confirmed that we're closing every `log_generator` we create. TBH at this point...
@UbeCc where did you find that link? it's not the one I'm seeing in the README
I think this may have been solved in https://github.com/All-Hands-AI/OpenHands/pull/7548/files @SKYhuangjing can you see if that works for you? You can try it by changing the version tag to `main` in...
OK great--want to open a PR that adds that error to the retryable errors?
Hmm multi-conversation support is on our roadmap for sure, but explicitly not supported today That said, you should be able to view the same conversation in multiple tabs... 👀
Should be fixed with the new docker installation method
I think I fixed this elsewhere
@tobitege this looks cool! My hope is that (per https://github.com/All-Hands-AI/OpenHands/pull/3794) we can avoid having an extra CLIENT_READY, and just make sure that AGENT_READY means the runtime is ready too. Otherwise...
> Maybe it's semantics here, but the agent shouldn't "appear" ready before the client. We can disguise the state then accordingly, I guess. 100% agree here. This is basically what...
This is looking cool! I would very much suggest combining the messages in the UI, instead of displaying both of them. I'd replace the generic "initializing agent" with the more...