UNPKG

agentvasya

Version:

Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more

10 lines (7 loc) 276 B
import Dispatcher from "./dispatcher"; export { getGlobalDispatcher, setGlobalDispatcher } declare function setGlobalDispatcher<DispatcherImplementation extends Dispatcher>(dispatcher: DispatcherImplementation): void; declare function getGlobalDispatcher(): Dispatcher;