claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
11 lines • 625 B
JavaScript
/**
* V3 CLI Services Index
* Central registry for all background services
*/
export { WorkerDaemon, getDaemon, startDaemon, stopDaemon, } from './worker-daemon.js';
export { HeadlessWorkerExecutor, HEADLESS_WORKER_TYPES, HEADLESS_WORKER_CONFIGS, LOCAL_WORKER_TYPES, LOCAL_WORKER_CONFIGS, ALL_WORKER_CONFIGS, isHeadlessWorker, isLocalWorker, getModelId, getWorkerConfig, } from './headless-worker-executor.js';
// Container Worker Pool (Phase 3)
export { ContainerWorkerPool, } from './container-worker-pool.js';
// Worker Queue (Phase 4)
export { WorkerQueue, } from './worker-queue.js';
//# sourceMappingURL=index.js.map