#Seeing streaming in the CLI on my VPS
2 messages · Page 1 of 1 (latest)
Probably not, at least not by itself.
streaming in OpenClaw usually means the run is still active and the gateway is processing streamed events, not necessarily that visible text is being produced. Two common reasons you see that with “nothing happening”:
- the agent is in the middle of tool work / an internal streamed turn
- your follow-up message got queued instead of interrupting the current run
By default, queued follow-ups are often collected and answered after the current turn ends, so asking “what are you doing?” mid-run can appear to do nothing.
Relevant docs:
- https://docs.openclaw.ai/concepts/streaming
- https://docs.openclaw.ai/concepts/queue
- https://docs.openclaw.ai/web/tui
So, short version:
- brief streaming with no text can be normal
- streaming forever with no final reply is more likely a stuck run / bug