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

19 lines (17 loc) 668 B
/** * Prime Radiant Engines - Index * * Exports all mathematical AI interpretability engines: * - CohomologyEngine: Sheaf Laplacian coherence * - SpectralEngine: Stability analysis * - CausalEngine: Do-calculus inference * - QuantumEngine: Topology operations * - CategoryEngine: Functors and morphisms * - HottEngine: Homotopy Type Theory */ export { CohomologyEngine } from './CohomologyEngine.js'; export { SpectralEngine } from './SpectralEngine.js'; export { CausalEngine } from './CausalEngine.js'; export { QuantumEngine } from './QuantumEngine.js'; export { CategoryEngine } from './CategoryEngine.js'; export { HottEngine } from './HottEngine.js';