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 • 309 B
TypeScript
/**
* V3 CLI RuVector Benchmark Command
* Performance benchmarking for RuVector PostgreSQL Bridge
*/
import type { Command } from '../../types.js';
/**
* RuVector benchmark command
*/
export declare const benchmarkCommand: Command;
export default benchmarkCommand;
//# sourceMappingURL=benchmark.d.ts.map