Carlos Freund
Carlos Freund
Yeah. That definetly looks like it is not working. Also it seems you fixed this already anyways with the changes to the condenser you did over the last weeks. I...
I looked into that. Turns out there are 2 llm-calls happening during a condensation by LLMSummarizingCondenser and their token metrics are not included in the trajectory.json. I made an issue...
I am closing this in favour of https://github.com/All-Hands-AI/OpenHands/pull/7893 which looks more promising.
# Test I ran this locally. Windows 10 wsl, docker in wsl. For about a week(any many container restarts) this particular problem did not happen anymore. It did happen occasionally,...
I keep getting the error about 50% of the time when starting a docker runtime, if I do not have the fix in. ``` File "/home/ubuntu/.cache/pypoetry/virtualenvs/openhands-ai-TKHEuTrS-py3.12/lib/python3.12/site-packages/docker/errors.py", line 39, in create_api_error_from_http_exception...
The core of the issue seems to be how `event.metrics` is set. In AgentController ``` def _prepare_metrics_for_frontend(self, action: Action) -> None: """Create a minimal metrics object for frontend display and...
Unfortunately i just had it happen again. And that was after it was merged and I had updated my main. ``` 21:54:37 - openhands:ERROR: session.py:162 - Error creating agent_session: [Errno...
> output = subprocess.check_output( > ["netsh", "interface", "ipv4", "show", "excludedportrange", "protocol=tcp"], > text=True Does not work, because we can not assume **netsh** will be available. I try doing `sock.bind(('0.0.0.0', port))`...
Since the merge, this particular issue does not happen to me anymore! Thanks for the merge @xingyaoww