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

9 lines 336 B
/** * V3 CLI Appliance Advanced Commands (Phase 3-4) * Sign, publish, and hot-patch RVFA appliances. */ import type { Command } from '../types.js'; export declare const signCommand: Command; export declare const publishCommand: Command; export declare const updateAppCommand: Command; //# sourceMappingURL=appliance-advanced.d.ts.map