UNPKG

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

7 lines 249 B
/** * Shared Services * * @module @claude-flow/shared/services */ export { V3ProgressService, createV3ProgressService, getV3Progress, syncV3Progress, getDefaultProgressService, } from './v3-progress.service.js'; //# sourceMappingURL=index.js.map