agents
2.2510
true
- Primeros pasos
- Agentes de UiPath en Studio Web
- Acerca de los agentes de UiPath
- Licencia
- Lista de comprobación de la configuración
- Agentes codificados en Studio Web
- Ejecución de agentes
- Agentes y flujos de trabajo
- Mejores prácticas para construir agentes.
- Elegir el mejor modelo para tu agente
- Mejores prácticas para publicar e implementar agentes
- Mejores prácticas para el diseño de contexto.
- Prácticas recomendadas para DeepRAG y Transformación por Lote: JIT frente a estrategias basadas en índice.
- Solicitudes
- Trabajar con archivos
- Context
- Escaladas
- Evaluaciones
- Seguimientos de agente
- Gestión de agentes de UiPath
- Agentes de UiPath codificados

Guía del usuario de Agents
Última actualización 23 de abr. de 2026
Agents configuration checklist
Follow the steps below to make sure Agents work as expected in Automation Suite:
- Make sure you meet all prerequisites before you start. For details, refer to Prerequisites.
- In Automation Ops, create or edit an AI Trust Layer policy and enable the Agents toggle on the Product Toggles tab, then deploy the policy to your tenant. For details, refer to Settings for AI Trust Layer policies.
- Configure at least one LLM connection in the AI Trust Layer. Agents requires an LLM to function — all AI-powered features are unavailable until an LLM is configured. For details, refer to Configuring LLMs for your product.
- Build an agent in Agent Builder. For details, refer to Getting started with UiPath Agents.
- Test the agent to verify it runs as expected. For details, refer to Testing the agent.
- Publish and deploy the agent to make it available for use. For details, refer to Publishing and deploying the agent.
LLM requirements
Agents features have different LLM requirements. The table below shows which external LLM subscriptions are compatible with each feature.
| Función | OpenAI | Anthropic | Other open-source models | |
|---|---|---|---|---|
| Agent execution | ✅ | ✅ | ✅ | ✅ |
| Agent evaluations | ✅ | ✅ | ✅ | ✅ |
| Conexión a tierra del contexto | ✅ | ✅ | ✅ | Embeddings + Batch only 1 |
| Autopilot for Agent Builder | ❌ | ✅ | ✅ | ❌ |
| Simulations | ✅2 | ❌ | ❌ | ❌ |
1 When using self-hosted models, Context Grounding only supports Embeddings and Batch Transform. DeepRAG and Advanced Extraction require a cloud model (OpenAI, Google, or Anthropic). 2 Simulations require the GPT 4.1 mini model.
For more details, refer to Large Language Model Support and Configuring LLMs.