UNPKG

dina-agi

Version:

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

13 lines (9 loc) 352 B
"use strict"; var protobuf = module.exports = require("./index-light"); protobuf.build = "full"; // Parser protobuf.tokenize = require("./tokenize"); protobuf.parse = require("./parse"); protobuf.common = require("./common"); // Configure parser protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);