SnapshotLocation
type SnapshotLocation = { sessionId: string; scope: Scope; scopeId: string;};Defined in: src/session/storage.ts:6
Identifies the location of a snapshot within the storage hierarchy.
Properties
Section titled “Properties”sessionId
Section titled “sessionId”sessionId: string;Defined in: src/session/storage.ts:8
Session identifier
scope: Scope;Defined in: src/session/storage.ts:10
Scope of the snapshot (agent or multi-agent)
scopeId
Section titled “scopeId”scopeId: string;Defined in: src/session/storage.ts:12
Scope-specific identifier (agentId or multiAgentId)