Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
act lets the agent decide which clicks, types, and waits are needed to reach
goal. The agent reads the page on every iteration and stops when the goal is
met or the budget is exhausted. For deterministic interactions, prefer explicit
commands like click and type.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
goal | string | Yes | Natural-language description of what the agent should accomplish. |
version | "2" | "3" | No | AI action version. Defaults to V3. |
precondition | string | No | Assertion that must pass before the agent runs. V3 only. |
postcondition | string | No | Assertion that must pass after the agent finishes. V3 only. |
saveAs | string | No | Name of the variable to write this step’s return value to. |
retries | number | No | Number of times to retry the step on failure before failing the test. |
skipped | boolean | No | Skip this step at execution time. |
comment | string | No | Free-form annotation kept with the step. |