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