export type GatewayBuiltinToolSummary = { id: string; description: { en: string; zh: string; }; }; /** Built-in agent tools exposed by the gateway configuration UI. */ export declare const GATEWAY_BUILTIN_TOOLS: readonly [{ readonly id: "read_file"; readonly description: { readonly en: "Read file contents from the workspace."; readonly zh: "读取工作区中的文件内容。"; }; }, { readonly id: "write_file"; readonly description: { readonly en: "Create or replace a file in the workspace."; readonly zh: "在工作区中创建或覆盖文件。"; }; }, { readonly id: "apply_patch"; readonly description: { readonly en: "Apply precise, reviewable changes to workspace files."; readonly zh: "对工作区文件应用精确且便于审查的修改。"; }; }, { readonly id: "list_dir"; readonly description: { readonly en: "List files and folders in a directory."; readonly zh: "列出目录中的文件和文件夹。"; }; }, { readonly id: "grep"; readonly description: { readonly en: "Search file contents for text or patterns."; readonly zh: "在文件内容中搜索文本或模式。"; }; }, { readonly id: "find"; readonly description: { readonly en: "Find files and folders by name or path."; readonly zh: "按名称或路径查找文件和文件夹。"; }; }, { readonly id: "exec_command"; readonly description: { readonly en: "Run shell commands in the workspace."; readonly zh: "在工作区中运行终端命令。"; }; }, { readonly id: "update_plan"; readonly description: { readonly en: "Create and update the progress plan for a task."; readonly zh: "创建并更新任务的执行计划。"; }; }, { readonly id: "session_status"; readonly description: { readonly en: "Inspect the current session status and usage."; readonly zh: "查看当前会话状态和用量。"; }; }, { readonly id: "memory_maintenance"; readonly description: { readonly en: "Inspect deterministic memory maintenance."; readonly zh: "查看确定性的记忆整理任务。"; }; }, { readonly id: "tool_manual"; readonly description: { readonly en: "Open detailed usage guidance for supported tools."; readonly zh: "查看受支持工具的详细使用说明。"; }; }, { readonly id: "clarify"; readonly description: { readonly en: "Ask the user a structured clarification question."; readonly zh: "向用户提出结构化的澄清问题。"; }; }, { readonly id: "todo"; readonly description: { readonly en: "Manage the task checklist for the current session."; readonly zh: "管理当前会话的任务清单。"; }; }, { readonly id: "skills_list"; readonly description: { readonly en: "List skills available to the current agent."; readonly zh: "列出当前 Agent 可使用的技能。"; }; }, { readonly id: "skill_view"; readonly description: { readonly en: "Read the instructions for a selected skill."; readonly zh: "读取指定技能的使用说明。"; }; }, { readonly id: "skill_manage"; readonly description: { readonly en: "Create, update, or remove managed skills."; readonly zh: "创建、更新或移除托管技能。"; }; }, { readonly id: "skills_marketplace_search"; readonly description: { readonly en: "Search the skills marketplace."; readonly zh: "搜索技能市场中的可用技能。"; }; }, { readonly id: "skill_install"; readonly description: { readonly en: "Install a skill from an approved source."; readonly zh: "从受支持的来源安装技能。"; }; }, { readonly id: "web_search"; readonly description: { readonly en: "Search the web for current information."; readonly zh: "搜索互联网中的最新信息。"; }; }, { readonly id: "web_fetch"; readonly description: { readonly en: "Fetch readable content from a web address."; readonly zh: "获取网页地址中的可读内容。"; }; }, { readonly id: "web_extract"; readonly description: { readonly en: "Extract structured information from web pages."; readonly zh: "从网页中提取结构化信息。"; }; }, { readonly id: "send_message"; readonly description: { readonly en: "Send a message through the current channel."; readonly zh: "通过当前渠道发送消息。"; }; }, { readonly id: "send_media"; readonly description: { readonly en: "Send an image, audio, video, or file."; readonly zh: "发送图片、音频、视频或文件。"; }; }, { readonly id: "read_media"; readonly description: { readonly en: "Inspect attached images, audio, video, or files."; readonly zh: "读取和分析附加的图片、音频、视频或文件。"; }; }, { readonly id: "create_share"; readonly description: { readonly en: "Create a shareable link for supported content."; readonly zh: "为受支持的内容创建分享链接。"; }; }, { readonly id: "text_to_speech"; readonly description: { readonly en: "Convert text into spoken audio."; readonly zh: "将文本转换为语音音频。"; }; }, { readonly id: "user_context_search"; readonly description: { readonly en: "Search typed user facts and preferences."; readonly zh: "搜索结构化的用户事实与偏好。"; }; }, { readonly id: "user_context_get"; readonly description: { readonly en: "Read a typed user assertion."; readonly zh: "读取一条结构化用户事实。"; }; }, { readonly id: "knowledge_search"; readonly description: { readonly en: "Search scoped project and workspace knowledge."; readonly zh: "搜索有作用域的项目与工作区知识。"; }; }, { readonly id: "knowledge_get"; readonly description: { readonly en: "Read a scoped knowledge item."; readonly zh: "读取一条有作用域的知识。"; }; }, { readonly id: "knowledge_write"; readonly description: { readonly en: "Store a reviewable knowledge candidate."; readonly zh: "保存一条可审查的知识候选。"; }; }, { readonly id: "session_search"; readonly description: { readonly en: "Search previous conversation sessions."; readonly zh: "搜索过去的对话会话。"; }; }, { readonly id: "automation"; readonly description: { readonly en: "Create and manage scheduled or recurring automations."; readonly zh: "创建和管理定时或重复执行的自动化。"; }; }, { readonly id: "workflow"; readonly description: { readonly en: "Start and interact with configured workflows."; readonly zh: "启动并操作已配置的工作流。"; }; }, { readonly id: "delegate_task"; readonly description: { readonly en: "Delegate a focused subtask to another agent."; readonly zh: "将明确的子任务委派给其他 Agent。"; }; }, { readonly id: "execute_code"; readonly description: { readonly en: "Run code in a managed execution environment."; readonly zh: "在托管的运行环境中执行代码。"; }; }, { readonly id: "image"; readonly description: { readonly en: "Analyze images with a vision-capable model."; readonly zh: "使用视觉模型分析图片。"; }; }, { readonly id: "image_generate"; readonly description: { readonly en: "Generate or edit images from instructions."; readonly zh: "根据指令生成或编辑图片。"; }; }, { readonly id: "create_desktop_pet"; readonly description: { readonly en: "Create and install a custom desktop pet."; readonly zh: "创建并安装自定义桌面宠物。"; }; }, { readonly id: "browser_use"; readonly description: { readonly en: "Navigate and interact with websites in a browser."; readonly zh: "在浏览器中访问并操作网站。"; }; }, { readonly id: "xopc_tool_search"; readonly description: { readonly en: "Search connected apps, MCP servers, and extension tools."; readonly zh: "搜索连接器、MCP 服务和扩展提供的工具。"; }; }, { readonly id: "xopc_tool_describe"; readonly description: { readonly en: "Load the exact contract for an external tool."; readonly zh: "读取外部工具的完整调用约定。"; }; }, { readonly id: "xopc_tool_execute"; readonly description: { readonly en: "Execute a selected external tool with validated input."; readonly zh: "使用已验证的参数执行选定的外部工具。"; }; }]; export declare const GATEWAY_BUILTIN_TOOL_IDS: ("automation" | "workflow" | "find" | "image" | "web_search" | "web_fetch" | "browser_use" | "grep" | "session_search" | "read_file" | "list_dir" | "write_file" | "apply_patch" | "exec_command" | "update_plan" | "todo" | "clarify" | "web_extract" | "image_generate" | "skills_list" | "skill_view" | "skill_manage" | "skills_marketplace_search" | "xopc_tool_search" | "xopc_tool_describe" | "xopc_tool_execute" | "user_context_search" | "user_context_get" | "knowledge_search" | "knowledge_get" | "knowledge_write" | "send_message" | "send_media" | "read_media" | "create_share" | "session_status" | "memory_maintenance" | "tool_manual" | "delegate_task" | "skill_install" | "text_to_speech" | "execute_code" | "create_desktop_pet")[];