- 发行说明

智能体发行说明
Introducing file support in Agents
UiPath Agents now support native file handling through the new Analyze Attachments built-in tool. This enables agents to process files, like images and documents, directly in their workflows.
With this capability, agents can accept files as input arguments and leverage LLMs to analyze their content. Based on natural language instructions, agents can extract information and interpret visual elements, returning structured, context-aware responses back into the agent's context. The following file types are currently supported: GIF, JPE, JPEG, PDF, PNG, WEBP.
File support unlocks a variety of new use cases, including image comparison (e.g., spotting differences in marketing assets or product images) and signature verification (e.g., assisting in fraud detection by comparing scanned signatures), among many others.
This feature is currently in public preview.
For details, refer to Built-in tools.
智能体设计运行和评估面板
Studio Web 中用于智能体设计时的新底部面板
使用底部面板在设计时测试和调试,查看实时追踪记录,并使用由测试运行或专用数据集创建的数据集评估智能体。
将 runtime 追踪记录提取到评估集中
You can now fetch runtime traces directly into evaluation sets, making it easy to turn production feedback into actionable test cases. After running an agent and reviewing traces in Orchestrator or the Agent Instance Management page, use the Fetch runtime traces option in Evaluations to pull those runs into a set. From there, you can edit the inputs and expected outputs, save them, and immediately use them for ongoing evaluation. Once added, these traces are clearly labeled as runtime runs, so you can distinguish them from design-time tests. They also contribute to your agent’s overall evaluation score, giving you instant visibility into how real-world feedback impacts performance. For details, refer to Evaluations.