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

    Interface CreateForestInput

    Input for creating a new forest.

    interface CreateForestInput {
        problem: string;
        config?: Partial<ForestConfig>;
        initialHypotheses?: readonly string[];
    }
    Index

    Properties

    problem: string

    Problem to solve

    config?: Partial<ForestConfig>

    Initial configuration

    initialHypotheses?: readonly string[]

    Initial tree hypotheses to explore