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.octDocs = void 0; const octDocs = exports.octDocs = { name: 'oct', category: 'Utils', syntax: ['oct(value)'], description: 'Format a number as octal', examples: ['oct(56)'], seealso: ['bin', 'hex'] };