Golem Custom Snapshot Scala

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for Scala 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 2c243ce 7.9 KB Updated

File contents

golemcloud/golem/tree/main/golem-skills/skills/scala/golem-custom-snapshot-scala commit 2c243ce22d

Frequently asked questions

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