nexus-agents - v2.80.0
    Preparing search index...

    Interface SharedMemoryEntry

    A tagged memory entry written by a pipeline stage.

    interface SharedMemoryEntry {
        sourceStage: string;
        tag: SharedMemoryTag;
        content: unknown;
        timestamp: number;
    }
    Index

    Properties

    sourceStage: string

    Stage that wrote this entry.

    Category tag for filtering.

    content: unknown

    The content (structured or text).

    timestamp: number

    When this was written.