Golem Custom Snapshot Rust

Enabling snapshot-based recovery and implementing custom snapshot save/load functions for Rust 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 4540190 7.0 KB Updated

File contents

golemcloud/golem/tree/main/plugins/otlp-exporter/.agents/skills/golem-custom-snapshot-rust commit 4540190405

Frequently asked questions

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