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

    Variable ForestStatisticsSchemaConst

    ForestStatisticsSchema: ZodObject<
        {
            totalTrees: ZodNumber;
            activeTrees: ZodNumber;
            totalNodes: ZodNumber;
            totalActiveNodes: ZodNumber;
            maxDepth: ZodNumber;
            bestPathScore: ZodNumber;
            avgTreeScore: ZodNumber;
            totalTokensUsed: ZodNumber;
            totalExplorationTimeMs: ZodNumber;
            activationRatio: ZodNumber;
        },
        $strip,
    > = ...

    Schema for ForestStatistics validation.