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

    Variable NodeStateSchemaConst

    NodeStateSchema: ZodEnum<
        {
            error: "error";
            pending: "pending";
            completed: "completed";
            active: "active";
            pruned: "pruned";
        },
    > = ...

    Schema for NodeState validation.