Snapshot
Defined in: src/types/snapshot.ts:20
Point-in-time capture of agent or orchestrator state.
Properties
Section titled “Properties”scope: Scope;Defined in: src/types/snapshot.ts:22
Scope identifying the snapshot context (agent or multi-agent).
schemaVersion
Section titled “schemaVersion”schemaVersion: string;Defined in: src/types/snapshot.ts:24
Schema version string for forward compatibility.
createdAt
Section titled “createdAt”createdAt: string;Defined in: src/types/snapshot.ts:26
ISO 8601 timestamp of when snapshot was created.
data: Record<string, JSONValue>;Defined in: src/types/snapshot.ts:28
Framework-owned state data.
appData
Section titled “appData”appData: Record<string, JSONValue>;Defined in: src/types/snapshot.ts:30
Application-owned data. Strands does not read or modify this.