@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
10 lines • 321 B
JavaScript
/**
* HITL (Human-in-the-Loop) Module
*
* Simple barrel export for HITL components.
*/
// Core HITL Manager
export { HITLManager } from "./hitlManager.js";
// Error Classes
export { HITLError, HITLUserRejectedError, HITLTimeoutError, HITLConfigurationError, } from "./hitlErrors.js";
//# sourceMappingURL=index.js.map