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

    Variable ExplorationEventSchemaConst

    ExplorationEventSchema: ZodObject<
        {
            timestamp: ZodNumber;
            eventType: ZodEnum<
                {
                    tree_created: "tree_created";
                    node_created: "node_created";
                    node_activated: "node_activated";
                    node_deactivated: "node_deactivated";
                    node_completed: "node_completed";
                    node_pruned: "node_pruned";
                    path_scored: "path_scored";
                    cross_tree_share: "cross_tree_share";
                    conclusion_reached: "conclusion_reached";
                    tree_completed: "tree_completed";
                    forest_converging: "forest_converging";
                    forest_completed: "forest_completed";
                },
            >;
            treeId: ZodOptional<ZodString>;
            nodeId: ZodOptional<ZodString>;
            details: ZodRecord<ZodString, ZodUnknown>;
        },
        $strip,
    > = ...

    Schema for ExplorationEvent validation.