actrone-memory
    Preparing search index...

    Interface SessionMetadata

    Basic stats about a session.

    interface SessionMetadata {
        agentId: string;
        sessionId: string;
        turnCount: number;
        createdAt?: string;
        lastActive?: string;
    }
    Index
    agentId: string
    sessionId: string
    turnCount: number
    createdAt?: string

    ISO-8601 timestamps, when the session exists.

    lastActive?: string