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

12 lines 242 B
/** * V3 Configuration - Public API */ // Schemas export * from './schema.js'; // Validation export * from './validator.js'; // Defaults export * from './defaults.js'; // Loader export * from './loader.js'; //# sourceMappingURL=index.js.map