UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

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