Skip to content

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.

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: string;

Defined in: src/session/storage.ts:12

Scope-specific identifier (agentId or multiAgentId)