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 (11 loc) 242 B
declare namespace escalade { export type Callback = ( directory: string, files: string[], ) => string | false | void; } declare function escalade( directory: string, callback: escalade.Callback, ): string | void; export = escalade;