UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 150 B
import type { AnyAgentTool } from "./common.js"; export declare function createSubagentsTool(opts?: { agentSessionKey?: string; }): AnyAgentTool;