AI Agent (RAG + HTTP Tools)
A tool-using agent that can search your knowledge base and call your own HTTP API tools (plus a calculator and clock) while reasoning toward an answer. Great for RAG over docs and for integrating external services.
Descripción general
AI Agent (RAG + HTTP Tools) es un paso de automatización sin código de la categoría AI de AutoFlowRPA. Ejecuta su acción en un solo paso cuando el flujo de trabajo llega a él. Puedes configurar 10 parámetro(s) para controlar exactamente su comportamiento. Es uno de los 369 comandos que puedes arrastrar a un flujo de trabajo en el editor visual, sin necesidad de programar.
Qué hace
A tool-using agent that can search your knowledge base and call your own HTTP API tools (plus a calculator and clock) while reasoning toward an answer. Great for RAG over docs and for integrating external services.
Parámetros
| Parámetro | Tipo | Obligatorio | Predeterminado | Descripción |
|---|---|---|---|---|
| API base URL | string | Obligatorio | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Admite variables |
| API key (blank for local) | string | Opcional | Bearer token for cloud providers. Admite variables | |
| Model | string | Obligatorio | llama3 | Ejemplo: llama3 Admite variables |
| Goal / task | multiline | Obligatorio | Ejemplo: Look up the order status for {{{orderId}}} and summarize it. Admite variables | |
| Knowledge sources (optional) | multiline | Opcional | Text/file/folder/glob. Exposes a `search` tool the agent can query for relevant passages (RAG). Ejemplo: C:/docs/policies Admite variables | |
| HTTP tools (JSON, optional) | multiline | Opcional | A JSON array of tools the agent may call. Each: {"name":"order_status","description":"...","method":"GET","url":"https://api/x/{input}","headers":{"Authorization":"Bearer ..."}}. {input} in the url/body is replaced with the agent's argument. Ejemplo: [{"name":"order_status","description":"Get an order by id","method":"GET","url":"https://api.example.com/orders/{input}"}] Admite variables | |
| Allow web fetch | dropdownNo · Yes | Opcional | No | |
| Max reasoning steps | number | Opcional | 6 | |
| Timeout (seconds) | number | Opcional | 180 | |
| Store answer in | variable | Obligatorio | Ejemplo: answer |
Cómo usar AI Agent (RAG + HTTP Tools)
- 1
Abre AutoFlowRPA y arrastra el comando AI Agent (RAG + HTTP Tools) desde el grupo AI hasta el lienzo.
- 2
Configura sus parámetros en el panel lateral: AI Agent (RAG + HTTP Tools) tiene 10 campo(s) configurable(s).
- 3
Conéctalo a tu flujo de trabajo y pulsa Ejecutar. Todo se ejecuta localmente en tu equipo.
Preguntas frecuentes
¿Qué hace el comando AI Agent (RAG + HTTP Tools)?
A tool-using agent that can search your knowledge base and call your own HTTP API tools (plus a calculator and clock) while reasoning toward an answer. Great for RAG over docs and for integrating external services.
¿A qué grupo pertenece el comando AI Agent (RAG + HTTP Tools)?
AI Agent (RAG + HTTP Tools) forma parte del grupo AI. AutoFlowRPA incluye más de 369 comandos listos para usar que puedes combinar sin código.
¿El comando AI Agent (RAG + HTTP Tools) admite algún parámetro?
Sí: AI Agent (RAG + HTTP Tools) tiene 10 campo(s) configurable(s), todos editables en el editor visual de nodos.
Más comandos de AI
¿Listo para automatizar tu trabajo rutinario?
Empieza hoy tu prueba gratis de 30 días. Sin tarjeta de crédito, sin compromiso.