Remix.run Logo
orsorna 7 hours ago

Does the claw in the VM have proven capability (verified by your team) to track changes it makes to itself and persist across reboots? What about rollback capability?

baileywickham 7 hours ago | parent [-]

We allow you to backup to a private Github repo you own so if you want to version control your setup that way you can. Otherwise most changes are tracked in the chat history and the LLM has some ability to repair itself or validate changes before they are made.

0x008 6 hours ago | parent [-]

Why not use something like Temporal to recover state?

baileywickham 5 hours ago | parent [-]

OpenClaw doesn't play well with SDKs like that. It expects to be able to run on a full machine (or container), to execute commands, to write files to disk. If we wanted we could fork and run something like this but we want to stay as close to the OSS as possible.