UNPKG

dina-agi

Version:

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

15 lines (12 loc) 301 B
'use strict'; var parseMeasurement = require('../parsers').parseMeasurement; module.exports.definition = { set: function(v) { this._setProperty('right', parseMeasurement(v)); }, get: function() { return this.getPropertyValue('right'); }, enumerable: true, configurable: true, };