UNPKG

@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

12 lines (11 loc) 483 B
/** * NeuroLink Middleware System * * This module provides a comprehensive middleware system for NeuroLink that integrates * with the AI SDK's wrapLanguageModel functionality. It allows for modular enhancement * of language models with features like analytics, guardrails, caching, and more. */ import { MiddlewareFactory } from "./factory.js"; export { MiddlewareFactory }; export { createLifecycleMiddleware } from "./builtin/lifecycle.js"; export default MiddlewareFactory;