UNPKG

dina-agi

Version:

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

11 lines (8 loc) 230 B
#!/usr/bin/env node /* * This simply preloads mathjs and drops you into a REPL to * help interactive debugging. **/ global.math = require('../lib/browser/math.js') const repl = require('repl') repl.start({ useGlobal: true })