UNPKG

dina-agi

Version:

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

14 lines (13 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.splitUnitDocs = void 0; const splitUnitDocs = exports.splitUnitDocs = { name: 'splitUnit', category: 'Construction', syntax: ['splitUnit(unit: Unit, parts: Unit[])'], description: 'Split a unit in an array of units whose sum is equal to the original unit.', examples: ['splitUnit(1 m, ["feet", "inch"])'], seealso: ['unit', 'createUnit'] };