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 ca43a4d 5.3 KB Updated

File contents

golemcloud/golem/tree/main/sdks/moonbit/golem_sdk_example1/.agents/skills/golem-custom-snapshot-moonbit commit ca43a4d841

Frequently asked questions

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