UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 178 B
import type { AnyAgentTool } from "./common.js"; export declare function createSessionsListTool(opts?: { agentSessionKey?: string; sandboxed?: boolean; }): AnyAgentTool;