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

18 lines 587 B
/** * V3 CLI RuVector Setup Command * Outputs Docker files and SQL for easy RuVector PostgreSQL setup * * Usage: * npx claude-flow ruvector setup # Output to ./ruvector-postgres/ * npx claude-flow ruvector setup --output /path/to/dir * npx claude-flow ruvector setup --print # Print to stdout only * * Created with care by ruv.io */ import type { Command } from '../../types.js'; /** * RuVector Setup command - outputs Docker files and SQL */ export declare const setupCommand: Command; export default setupCommand; //# sourceMappingURL=setup.d.ts.map