Golem Custom Snapshot Moonbit

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for MoonBit agents. Use when adding manual update support, custom state serialization, or — equally importantly — when a long-running agent's oplog is growing large and recovery/replay is becoming slow (heartbeats, polling loops, recurring tasks, frequent state changes). Snapshotting compacts the oplog and lets recovery start from the latest snapshot instead of replaying full history.

golemcloud 37fe223 6.8 KB Updated

File contents

golemcloud/golem/tree/main/golem-skills/skills/moonbit/golem-custom-snapshot-moonbit commit 37fe223957

Frequently asked questions

npx skillmds@latest add golemcloud/golem-custom-snapshot-moonbit