@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
5 lines (4 loc) • 317 B
TypeScript
import type { ProcessSupervisor } from "./types.js";
export declare function getProcessSupervisor(): ProcessSupervisor;
export { createProcessSupervisor } from "./supervisor.js";
export type { ManagedRun, ProcessSupervisor, RunExit, RunRecord, RunState, SpawnInput, SpawnMode, TerminationReason, } from "./types.js";