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 (7 loc) 275 B
import Dispatcher from './dispatcher' declare function setGlobalDispatcher<DispatcherImplementation extends Dispatcher> (dispatcher: DispatcherImplementation): void declare function getGlobalDispatcher (): Dispatcher export { getGlobalDispatcher, setGlobalDispatcher }