Member Junction
    Preparing search index...

    Type Alias AgentMemoryErrorLogger

    AgentMemoryErrorLogger: (
        error: Error | string,
        options?: { agent?: MJAIAgentEntityExtended; category?: string },
    ) => void

    Error logging callback. Mirrors the subset of BaseAgent.logError used by RAG injection.

    Type Declaration