UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 239 B
import type { OpenClawConfig } from "../../config/config.js"; import { type AnyAgentTool } from "./common.js"; export declare function createGatewayTool(opts?: { agentSessionKey?: string; config?: OpenClawConfig; }): AnyAgentTool;