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) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addDocs = void 0; const addDocs = exports.addDocs = { name: 'add', category: 'Operators', syntax: ['x + y', 'add(x, y)'], description: 'Add two values.', examples: ['a = 2.1 + 3.6', 'a - 3.6', '3 + 2i', '3 cm + 2 inch', '"2.3" + "4"'], seealso: ['subtract'] };