UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 181 B
import { type AnyAgentTool } from "./common.js"; export declare function createBrowserTool(opts?: { sandboxBridgeUrl?: string; allowHostControl?: boolean; }): AnyAgentTool;