@molroo-ai/sdk
    Preparing search index...

    Interface MetacogState

    interface MetacogState {
        regulation_history: RegulationRecord[];
        self_awareness: string;
        turns_since_check: number;
    }
    Index

    Properties

    regulation_history: RegulationRecord[]
    self_awareness: string
    turns_since_check: number