MultiAgentSaveLatestStrategy
type MultiAgentSaveLatestStrategy = "node" | "invocation";Defined in: src/session/session-manager.ts:51
Controls when snapshot_latest is saved for multi-agent orchestrators.
'node': after every node invocation completes (default; enables resume from the last completed node after a crash or restart)'invocation': after every orchestrator invocation completes (lower I/O, but only captures state at orchestrator invocation boundaries)