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

11 lines 290 B
/** * V3 CLI RuVector Optimize Command * Optimization analysis and recommendations */ import type { Command } from '../../types.js'; /** * RuVector optimize command */ export declare const optimizeCommand: Command; export default optimizeCommand; //# sourceMappingURL=optimize.d.ts.map