computer_run
Start a bounded automation task on the target app and get a task ID immediately. Provide exact inputs and observable completion conditions; Jev selects actions and verifies the result independently.
Instructions
Start a bounded Jev automation task and immediately return its ID. Supply exact text in inputs and at least one observable until condition. All until conditions must pass. Jev chooses actions; code independently verifies completion. This tool operates the target app; only request actions the user authorized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| until | Yes | ||
| inputs | No | ||
| maxSteps | No | ||
| sessionId | Yes | ||
| timeoutMs | No | ||
| minConfidence | No |