@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
13 lines (12 loc) • 381 B
TypeScript
import type { SandboxBrowserContext, SandboxConfig } from "./types.js";
export declare function ensureSandboxBrowser(params: {
scopeKey: string;
workspaceDir: string;
agentWorkspaceDir: string;
cfg: SandboxConfig;
evaluateEnabled?: boolean;
bridgeAuth?: {
token?: string;
password?: string;
};
}): Promise<SandboxBrowserContext | null>;