/** * OpenKernel — Gateway module. * * A local OpenAI-compatible endpoint backed by the kernel's routing + recovery, * so the interactive TUI path gains 1:1 parity with the headless mission path. */ export { KernelGateway, FetchExecutor, type KernelGatewayOptions, type GatewayProvider, type GatewayTarget, type ProviderExecutor, } from './openai-gateway.js';