#Agent never responds after restart
1 messages · Page 1 of 1 (latest)
That sounds more like the post-restart wake is failing, not the agent truly forgetting.
A useful distinction here:
- Session/state should survive restarts
- The current in-flight reply does not
- After restart, OpenClaw is supposed to send a separate wake/reply
So there are 2 likely cases:
-
It restarted via plain
exec/bash/ external service command
Then there is no guaranteed “I’m back” follow-up. -
It restarted via the built-in gateway restart/config/update path
Then you should get a post-restart wake.
Also, if you’re using /restart specifically, that restart path does not preserve the interrupted reply, so what you’re seeing is pretty consistent with that.
Can you reproduce it once and paste:
openclaw status --all
openclaw logs --follow
Then trigger the restart and look for:
Restart sentinel presentgateway/restart-sentineloutbound delivery failed
If you want one extra check after reproducing: