UNPKG

dina-agi

Version:

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

13 lines (11 loc) 219 B
'use strict'; module.exports.definition = { set: function(v) { this._setProperty('float', v); }, get: function() { return this.getPropertyValue('float'); }, enumerable: true, configurable: true, };