UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 160 B
import type { PluginRuntime } from "./types.js"; export declare function createPluginRuntime(): PluginRuntime; export type { PluginRuntime } from "./types.js";