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

14 lines 557 B
/** * WASM Agent CLI Subcommands * * Exposes @ruvector/rvagent-wasm operations via the `agent` CLI command. * Wraps functions from ruvector/agent-wasm.ts for CLI usage. */ import type { Command } from '../types.js'; export declare const wasmStatusCommand: Command; export declare const wasmCreateCommand: Command; export declare const wasmPromptCommand: Command; export declare const wasmGalleryCommand: Command; /** All WASM subcommands for the agent command */ export declare const wasmSubcommands: Command[]; //# sourceMappingURL=agent-wasm.d.ts.map