UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 358 B
import type { ExecElevatedDefaults } from "../bash-tools.js"; import type { resolveSandboxContext } from "../sandbox.js"; import type { EmbeddedSandboxInfo } from "./types.js"; export declare function buildEmbeddedSandboxInfo(sandbox?: Awaited<ReturnType<typeof resolveSandboxContext>>, execElevated?: ExecElevatedDefaults): EmbeddedSandboxInfo | undefined;