UNPKG

@tehreet/conduit

Version:

LLM API gateway with intelligent routing, robust process management, and health monitoring

4 lines 243 B
export { ConduitPlugin, PluginManager, RoutingContext, RoutingDecision, } from './plugin-interface'; export { DefaultPluginManager } from './plugin-manager'; export { SynapsePlugin } from './synapse-plugin'; //# sourceMappingURL=index.d.ts.map