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
25 lines (22 loc) • 449 B
text/typescript
/**
* Cognitive Kernel Bridges Index
*
* Exports all WASM bridges for cognitive augmentation.
*/
export {
CognitiveBridge,
createCognitiveBridge,
type WasmModuleStatus,
type CognitiveConfig,
type AttentionState,
} from './cognitive-bridge.js';
export {
SonaBridge,
createSonaBridge,
type SonaConfig,
type SonaTrajectory,
type SonaStep,
type LoRAWeights,
type EWCState,
type SonaPrediction,
} from './sona-bridge.js';