run_loop
Execute a bounded agent loop by providing a prompt; set maximum passes and name for tracking, and get a receipt.
Instructions
Execute a loop with bounded passes and get a receipt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop_name | No | Name of the loop for tracking | |
| max_passes | No | Maximum number of passes (default: 10) | |
| loop_prompt | Yes | The loop prompt to execute |