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
16 lines • 411 B
TypeScript
/**
* V3 CLI Route Command
* Intelligent task-to-agent routing using Q-Learning
*
* Features:
* - Q-Learning based agent selection
* - Semantic task understanding
* - Confidence scoring
* - Learning from feedback
*
* Created with love by ruv.io
*/
import type { Command } from '../types.js';
export declare const routeCommand: Command;
export default routeCommand;
//# sourceMappingURL=route.d.ts.map