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 (9 loc) 236 B
type Promisable<T> = T | Promise<T>; export type Callback = ( directory: string, files: string[], ) => Promisable<string | false | void>; export default function ( directory: string, callback: Callback, ): Promise<string | void>;