Skip to content

Latest commit

Β 

History

History
40 lines (27 loc) Β· 983 Bytes

File metadata and controls

40 lines (27 loc) Β· 983 Bytes

πŸ”Œ Offline Mode

← Back to README


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

Offline Chat Responses

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~ ✨"

Auto-Reconnection

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! πŸŽ‰


← Back to README