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 (10 loc) 256 B
// Original file: null import type { AnyExtension } from '@grpc/proto-loader'; export type Any = AnyExtension | { type_url: string; value: Buffer | Uint8Array | string; } export interface Any__Output { 'type_url': (string); 'value': (Buffer); }