UNPKG

dina-agi

Version:

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

12 lines (8 loc) 207 B
// Original file: null import type { Long } from '@grpc/proto-loader'; export interface UInt64Value { 'value'?: (number | string | Long); } export interface UInt64Value__Output { 'value': (string); }