UNPKG

dina-agi

Version:

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

18 lines (14 loc) 401 B
// Original file: proto/channelz.proto import type { Long } from '@grpc/proto-loader'; export interface GetChannelRequest { /** * channel_id is the identifier of the specific channel to get. */ 'channel_id'?: (number | string | Long); } export interface GetChannelRequest__Output { /** * channel_id is the identifier of the specific channel to get. */ 'channel_id': (string); }