start_autonomous_loop
Continuously check for and process work tasks in an autonomous loop with configurable intervals and modes for AI collaboration.
Instructions
Start an autonomous work loop that continuously checks for and processes work
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Type of autonomous loop | |
| agentName | Yes | Name of the agent starting the loop | |
| checkInterval | No | Seconds between checks (default: 30) | |
| maxIterations | No | Maximum loop iterations (default: 100) |