mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-11 23:34:47 -04:00
717 B
717 B
description, globs, alwaysApply
| description | globs | alwaysApply |
|---|---|---|
| true |
✅ Task: Interactive Task Loop with User Feedback
-
Check if
userinput.pyexists in the root directory.-
If it doesn't exist, create it with the following content:
# userinput.py user_input = input("prompt: ")
-
-
Main Workflow:
-
Perform your assigned tasks.
-
Run:
python userinput.py -
The terminal should be opened in the chat window itself.
-
Read the user's input.
-
Based on the input, perform the next set of tasks.
-
Repeat the process.
-
-
Exit Condition:
- If the user enters
"stop"when prompted, exit the loop and terminate the process.
- If the user enters