cleaker
    Preparing search index...

    Interface MeKernel

    interface MeKernel {
        learn?: (memory: unknown) => void;
        noise?: string;
        replayMemories?: (memories: unknown[]) => void;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    learn?: (memory: unknown) => void
    noise?: string
    replayMemories?: (memories: unknown[]) => void