UNPKG

claude-flow-tbowman01

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

9 lines 271 B
/** * Node.js Interactive REPL for Claude-Flow * Compatible implementation using Node.js readline and inquirer */ /** * Start the Node.js interactive REPL */ export declare function startNodeREPL(options?: any): Promise<void>; //# sourceMappingURL=node-repl.d.ts.map