@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
7 lines • 410 B
JavaScript
/**
* @file Hooks Index
* Export all observability hooks
*/
export { createLangfuseAdapter, createMockLangfuseClient, LangfuseAdapter, startLangfuseAdapter, } from "./langfuseAdapter.js";
export { createConsoleLoggerHook, createMetricsCollectorHook, ObservabilityHooks, observabilityHooks, pipelineToSpanAttributes, scorerToSpanAttributes, } from "./observabilityHooks.js";
//# sourceMappingURL=index.js.map