import type { ToolPlugin } from "./types.js"; /** * Agent tool plugin for launching specialized agents to handle complex tasks */ export declare const agentTool: ToolPlugin;