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

8 lines (7 loc) 250 B
/** * HITL (Human-in-the-Loop) Module * * Simple barrel export for HITL components. */ export { HITLManager } from "./hitlManager.js"; export { HITLError, HITLUserRejectedError, HITLTimeoutError, HITLConfigurationError, } from "./hitlErrors.js";