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

10 lines 266 B
/** * V3 CLI Process Management Command * Background process management, daemon mode, and monitoring */ import type { Command } from '../types.js'; /** * Main process command */ export declare const processCommand: Command; //# sourceMappingURL=process.d.ts.map