AI Agent (Tools)
Give the LLM a goal and let it reason step-by-step, calling safe built-in tools (calculator, current time, optional web fetch) until it produces an answer.
AIAIAgent
What it does
Give the LLM a goal and let it reason step-by-step, calling safe built-in tools (calculator, current time, optional web fetch) until it produces an answer.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Bearer token for cloud providers. Supports variables | |
| Model | string | Required | llama3 | Example: llama3 Supports variables |
| Goal / task | multiline | Required | Example: What is 18% of 2450, and what's today's date? Supports variables | |
| System prompt (optional) | multiline | Optional | Example: You are a careful analyst. Supports variables | |
| Allow web fetch | dropdownNo · Yes | Optional | No | When Yes, the agent may fetch a public URL via the web_get tool. Leave No to keep the run fully local. |
| Max reasoning steps | number | Optional | 5 | Safety cap on tool-call rounds. |
| Timeout (seconds) | number | Optional | 180 | |
| Store answer in | variable | Required | Example: answer |
More AI commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.