UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 211 B
import type { OpenClawConfig } from "../../config/config.js"; import { type AnyAgentTool } from "./common.js"; export declare function createCanvasTool(options?: { config?: OpenClawConfig; }): AnyAgentTool;