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

16 lines (13 loc) 285 B
/** * Performance Optimizer Plugin - Bridges Barrel Export * * @module @claude-flow/plugin-perf-optimizer/bridges */ export { PerfSparseBridge, createPerfSparseBridge, } from './sparse-bridge.js'; export { PerfFpgaBridge, createPerfFpgaBridge, } from './fpga-bridge.js';