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

24 lines (21 loc) 441 B
/** * Quantum Optimizer Plugin - Bridges Barrel Export * * @module @claude-flow/plugin-quantum-optimizer/bridges */ export { ExoticBridge, createExoticBridge, } from './exotic-bridge.js'; export type { WasmModuleStatus } from './exotic-bridge.js'; export { DagBridge, createDagBridge, } from './dag-bridge.js'; export type { Dag, DagNode, DagEdge, TopologicalSortResult, CriticalPathResult, } from './dag-bridge.js';