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 273 B
/** * V3 CLI RuVector Status Command * Check connection and schema status */ import type { Command } from '../../types.js'; /** * RuVector status command */ export declare const statusCommand: Command; export default statusCommand; //# sourceMappingURL=status.d.ts.map