PaperclipHub
    BrowseSubmitDocs
    Get Paperclip →
    ← back to the library·Browse/memory/Hindsight Memory
    memory

    Hindsight Memory.

    Vector-backed long-term memory for Paperclip agents. Stores and retrieves context using semantic search powered by Vectorize.

    53npm downloads / wk
    v0.2.3shipped Apr 24, 2026
    2capabilities
    MITlicense
    Installpaperclip CLI · v2026.05
    $npx paperclipai@latest plugin install @vectorize-io/hindsight-paperclip
    last updated · shipped Apr 24, 2026

    Getting started

    Vector-backed long-term memory for Paperclip agents. Stores and retrieves context using semantic search powered by Vectorize.

    import { paperclip } from "@paperclip/core";
    import hindsightPaperclip from "@vectorize-io/hindsight-paperclip";
    
    paperclip.use(hindsightPaperclip({
      // configuration goes here
    }));

    Configuration

    The plugin reads its configuration from environment variables by default, but every option can be overridden inline. Pass debug: true while wiring it up to get verbose logs scoped to this plugin only.

    Capabilities

    This plugin registers 2 capabilities with the Paperclip runtime — switch to the Capabilities tab for the full list.

    § author
    N
    nicoloboschiCommunity publisher
    Published fromgithub.com/vectorize-io/hindsight
    Package@vectorize-io/hindsight-paperclip
    SubmittedApr 24, 2026
    § related plugins
    Nothing related yet.All in memory →
    § links
    ↗ github.com/vectorize-io/hindsight↗ npm · @vectorize-io/hindsight-paperclip↗ Report an issue↗ Sponsor this plugin
    PaperclipThe Hub — May 2026
    DocsSubmitGitHub