Golem Custom Snapshot TS

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

File contents

golemcloud/golem/tree/main/golem-skills/skills/ts/golem-custom-snapshot-ts commit faa954c3df

Frequently asked questions

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