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

    Interface ActivationOptions

    Options for sparse activation selection.

    interface ActivationOptions {
        maxActive: number;
        strategy: ActivationStrategy;
        minScore: number;
        ensureTreeCoverage: boolean;
    }
    Index

    Properties

    maxActive: number

    Maximum nodes to activate

    Strategy for selection

    minScore: number

    Minimum score to consider for activation

    ensureTreeCoverage: boolean

    Ensure at least one node per active tree