agent代理模式功能小结 // AIWROK agent 代理 API 完整示例 // 展示常用的代理操作 print.log("===== agent 代理 API 示例 ====="); // ========== 1. 绝对坐标点击 agent.click(x, y) ====== ...