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 286 B
/** * V3 CLI RuVector Migrate Command * Database migration management for RuVector */ import type { Command } from '../../types.js'; /** * RuVector migrate command */ export declare const migrateCommand: Command; export default migrateCommand; //# sourceMappingURL=migrate.d.ts.map