brainy/dist/cortex.js
David Snelling f8c45f2d8d Initial commit: Brainy - Multi-Dimensional AI Database
Open source vector database with HNSW indexing, graph relationships,
and metadata facets. Features CLI with professional augmentation registry
integration for discovering extensions and capabilities.
2025-08-18 17:35:06 -07:00

14 lines
No EOL
573 B
JavaScript

/**
* Cortex - The Brain's Central Orchestration System
*
* 🧠⚛️ The cerebral cortex that coordinates all augmentations
*
* This is the main export for the Cortex system. It provides the central
* coordination for all augmentations, managing their registration, execution,
* and pipeline orchestration.
*/
// Re-export from augmentationPipeline (which contains the Cortex class)
export { Cortex, cortex, ExecutionMode,
// Backward compatibility
AugmentationPipeline, augmentationPipeline } from './augmentationPipeline.js';
//# sourceMappingURL=cortex.js.map