UNPKG

claude-flow-tbowman01

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

16 lines 517 B
/** * ruv-swarm CLI commands for Claude Code integration * * This module provides CLI commands that interact with the ruv-swarm * package to enable advanced swarm coordination and neural capabilities. */ import type { CommandContext } from '../cli-core.js'; /** * Main ruv-swarm command handler */ export declare function ruvSwarmAction(ctx: CommandContext): Promise<void>; declare const _default: { ruvSwarmAction: typeof ruvSwarmAction; }; export default _default; //# sourceMappingURL=ruv-swarm.d.ts.map