All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
32.69k stars 3.73k forks source link

[Bug]: Frontend workspace update is very slow #4199

Open neubig opened 14 hours ago

neubig commented 14 hours ago

Is there an existing issue for the same bug?

Describe the bug

While the agent is working, it takes a long time for the frontend to register updates to the files displayed in the "workspace" view (maybe until the agent is done working?). It would be nice if the frontend updated more quickly.

Current OpenHands version

0.9.8

Installation and Configuration

make build; make run

Model and Agent

No response

Operating System

No response

Reproduction Steps

No response

Logs, Errors, Screenshots, and Additional Context

No response

tobitege commented 14 hours ago

I'd say this is sortof a duplicate of #3739 - right now any completion by an agent is blocking the UI. also #3693