UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 252 B
import type { AnyAgentTool } from "./common.js"; export declare function createAgentsListTool(opts?: { agentSessionKey?: string; /** Explicit agent ID override for cron/hook sessions. */ requesterAgentIdOverride?: string; }): AnyAgentTool;