Strands Agents Typescript SDK
    Preparing search index...

    Interface SnapshotManifest

    Manifest tracks snapshot metadata. Stored alongside snapshots to support versioning and future multi-agent patterns.

    interface SnapshotManifest {
        schemaVersion: string;
        updatedAt: string;
    }
    Index

    Properties

    schemaVersion: string

    Schema version for forward/backward compatibility

    updatedAt: string

    ISO 8601 timestamp of last manifest update