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) 250 B
// Original file: null import type { Long } from '@grpc/proto-loader'; export interface Timestamp { 'seconds'?: (number | string | Long); 'nanos'?: (number); } export interface Timestamp__Output { 'seconds': (string); 'nanos': (number); }