@juspay/neurolink
Version:
Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio
9 lines (8 loc) • 524 B
TypeScript
/**
* @file Pipeline Index
* Export all pipeline components
*/
export { createAndInitializePipeline, createPipeline, EvaluationPipeline, } from "./evaluationPipeline.js";
export { PipelineBuilder, Pipelines } from "./pipelineBuilder.js";
export { CODE_GENERATION_PIPELINE, COMPREHENSIVE_PIPELINE, CUSTOMER_SUPPORT_PIPELINE, getPreset, getPresetNames, MINIMAL_PIPELINE, PipelinePresets, QUALITY_PIPELINE, RAG_PIPELINE, SAFETY_PIPELINE, SUMMARIZATION_PIPELINE, } from "./presets.js";
export * from "./strategies/index.js";