A11 TypeScript API - v0.2.1
    Preparing search index...

    Class LocalChunkStore

    In-memory ChunkStore for single-process agents and tests.

    It supports out-of-order writes, blocking deadline-aware reads, final sequence enforcement, and payload tombstones with the same contract a persistent implementation must provide. Swap it for a distributed store without changing the node/reader/writer layers above it.

    Implements

    Index