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
23 lines (20 loc) • 446 B
text/typescript
/**
* Hyperbolic Reasoning Plugin - Bridges Barrel Export
*
* @module @claude-flow/plugin-hyperbolic-reasoning/bridges
*/
export {
HyperbolicBridge,
createHyperbolicBridge,
} from './hyperbolic-bridge.js';
export type { WasmModuleStatus } from './hyperbolic-bridge.js';
export {
GnnBridge,
createGnnBridge,
} from './gnn-bridge.js';
export type {
GnnConfig,
Graph,
GnnResult,
EntailmentPrediction,
} from './gnn-bridge.js';