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

    Type Alias ForestState

    ForestState:
        | "initializing"
        | "exploring"
        | "converging"
        | "completed"
        | "timeout"

    State of a forest of reasoning trees.

    • initializing: Forest is being set up
    • exploring: Actively exploring trees
    • converging: Trees are converging on solution(s)
    • completed: Forest has finished exploration
    • timeout: Exploration ended due to timeout