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.
概述
AI Agent (RAG + HTTP Tools) 是 AutoFlowRPA 中 AI 类别下的无代码自动化步骤。 当工作流执行到此处时,它会在单个步骤中完成其操作。 您可以配置 10 个参数,精确控制其行为方式。 它是可在可视化编辑器中拖入工作流的 369 个命令之一,无需编写脚本。
功能说明
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.
参数
| 参数 | 类型 | 是否必填 | 默认值 | 说明 |
|---|---|---|---|---|
| API base URL | string | 必填 | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). 支持变量 |
| API key (blank for local) | string | 可选 | Bearer token for cloud providers. 支持变量 | |
| Model | string | 必填 | llama3 | 示例: llama3 支持变量 |
| Goal / task | multiline | 必填 | 示例: Look up the order status for {{{orderId}}} and summarize it. 支持变量 | |
| Knowledge sources (optional) | multiline | 可选 | Text/file/folder/glob. Exposes a `search` tool the agent can query for relevant passages (RAG). 示例: C:/docs/policies 支持变量 | |
| HTTP tools (JSON, optional) | multiline | 可选 | 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. 示例: [{"name":"order_status","description":"Get an order by id","method":"GET","url":"https://api.example.com/orders/{input}"}] 支持变量 | |
| Allow web fetch | dropdownNo · Yes | 可选 | No | |
| Max reasoning steps | number | 可选 | 6 | |
| Timeout (seconds) | number | 可选 | 180 | |
| Store answer in | variable | 必填 | 示例: answer |
如何使用 AI Agent (RAG + HTTP Tools)
- 1
打开 AutoFlowRPA,将 AI Agent (RAG + HTTP Tools) 命令从 AI 分组拖放到画布上。
- 2
在侧边面板中设置其参数——AI Agent (RAG + HTTP Tools) 有 10 个可配置字段。
- 3
将它连入你的工作流并点击运行。一切都在你的本机上本地执行。
常见问题
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.
AI Agent (RAG + HTTP Tools) 命令属于哪个分组?
AI Agent (RAG + HTTP Tools) 属于 AI 分组。AutoFlowRPA 附带 369+ 个现成命令,无需代码即可组合使用。
AI Agent (RAG + HTTP Tools) 命令需要任何参数吗?
需要——AI Agent (RAG + HTTP Tools) 有 10 个可配置字段,均可在可视化节点编辑器中编辑。