UNPKG

dina-agi

Version:

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

10 lines (8 loc) 177 B
export type Callback = ( directory: string, files: string[], ) => string | false | void; export default function ( directory: string, callback: Callback, ): string | void;