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) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.binDocs = void 0; const binDocs = exports.binDocs = { name: 'bin', category: 'Utils', syntax: ['bin(value)'], description: 'Format a number as binary', examples: ['bin(2)'], seealso: ['oct', 'hex'] };