| name | yolo-tts |
| description | Enables YOLO mode with Text-to-Speech feedback via tts-cli (or YOLO_TTS_COMMAND override). |
| input | {"prompt":{"description":"The task or goal for the autonomous loop.","required":true}} |
YOLO Mode (TTS Enabled)
To execute the YOLO mode loop with spoken feedback, run the following command:
yolo-mode "$prompt" --tts
This tool will:
- Initialize a task list based on your prompt.
- Speak out status updates using
tts-cli (override with YOLO_TTS_COMMAND).
- Spawn autonomous agents to complete the tasks.
- Loop until all tasks are verified and completed.
- Ask for feedback or new tasks upon completion (with spoken prompts).