Doraemon works without OpenClaw! When disconnected:
- β All animations and physics work
- β Random emotions and behaviors continue
- β Chat responds with personality messages
- β Auto-reconnects with exponential backoff
- β Shows connection status in UI
When OpenClaw is unavailable, Doraemon responds with personality:
- "I can't reach OpenClaw right now... but I'm still here! π"
- "My 4D pocket can't connect... OpenClaw might be sleeping! π€"
- "I'm in offline mode! Start OpenClaw and I'll be smarter~ β¨"
Doraemon automatically attempts to reconnect using exponential backoff:
| Attempt | Delay |
|---|---|
| 1 | 1 second |
| 2 | 2 seconds |
| 3 | 4 seconds |
| 4 | 8 seconds |
| ... | ... |
| Max | 30 seconds |
Once OpenClaw becomes available, Doraemon reconnects and celebrates! π