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

    Interface SharedInsight

    An insight shared across trees.

    interface SharedInsight {
        sourceTreeId: string;
        sourceNodeId: string;
        content: string;
        relevance: number;
    }
    Index

    Properties

    sourceTreeId: string

    Source tree ID

    sourceNodeId: string

    Source node ID

    content: string

    The insight content

    relevance: number

    Relevance score for current exploration