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

    Interface CrossTreeInfo

    Information shared across trees for cross-pollination.

    interface CrossTreeInfo {
        sharedConclusions: readonly SharedConclusion[];
        sharedInsights: readonly SharedInsight[];
        failurePatterns: readonly FailurePattern[];
    }
    Index

    Properties

    sharedConclusions: readonly SharedConclusion[]

    High-confidence conclusions found in other trees

    sharedInsights: readonly SharedInsight[]

    Useful intermediate results from other trees

    failurePatterns: readonly FailurePattern[]

    Patterns that have been proven ineffective