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

    Type Alias ForestPruningStrategy

    ForestPruningStrategy: "none" | "score" | "depth" | "combined"

    Strategy for pruning low-quality branches.

    • none: No pruning
    • score: Prune nodes below score threshold
    • depth: Prune based on depth limits
    • combined: Use both score and depth criteria