UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

7 lines (6 loc) 208 B
// Allow the user to customize the Promise type returned by this library. var mypromise = global.Promise; module.exports = function getOrSetPromise(p) { if (p) { mypromise = p; } return mypromise; };