AI Agent (RAG + HTTP Tools)
ツールを使える AI エージェント。推論しながらナレッジベースを検索し、独自の HTTP API ツール(電卓・時計付き)を呼び出して回答へ導きます。ドキュメントの RAG や外部サービス連携に最適です。
概要
AI Agent (RAG + HTTP Tools) は、AutoFlowRPA の AI カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 10 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
ツールを使える AI エージェント。推論しながらナレッジベースを検索し、独自の HTTP API ツール(電卓・時計付き)を呼び出して回答へ導きます。ドキュメントの RAG や外部サービス連携に最適です。
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グループからAI Agent (RAG + HTTP Tools)コマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。AI Agent (RAG + HTTP Tools)には設定可能な項目が10個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
AI Agent (RAG + HTTP Tools) コマンドは何をしますか?
ツールを使える AI エージェント。推論しながらナレッジベースを検索し、独自の HTTP API ツール(電卓・時計付き)を呼び出して回答へ導きます。ドキュメントの RAG や外部サービス連携に最適です。
AI Agent (RAG + HTTP Tools) コマンドはどのグループに属しますか?
AI Agent (RAG + HTTP Tools)はAIグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
AI Agent (RAG + HTTP Tools) コマンドにパラメータはありますか?
はい。AI Agent (RAG + HTTP Tools)には設定可能な項目が10個あり、ビジュアルノードエディタで編集できます。