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

    Interface TreeStatistics

    Statistics for a reasoning tree.

    interface TreeStatistics {
        totalNodes: number;
        activeNodes: number;
        maxDepth: number;
        avgQualityScore: number;
        avgConfidence: number;
        conclusionCount: number;
        totalTokensUsed: number;
        avgBranchingFactor: number;
    }
    Index

    Properties

    totalNodes: number

    Total number of nodes in the tree

    activeNodes: number

    Number of currently active nodes

    maxDepth: number

    Maximum depth reached

    avgQualityScore: number

    Average node quality score

    avgConfidence: number

    Average node confidence

    conclusionCount: number

    Number of conclusion nodes

    totalTokensUsed: number

    Total tokens used across all nodes

    avgBranchingFactor: number

    Average branching factor