This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Mentor Mode Extension | |
| * | |
| * Transforms the agent into an expert instructor. While enabled, the agent: | |
| * - Guides the user through work as a teacher would | |
| * - Asks questions to test understanding as work progresses | |
| * - Prompts the user with choices to steer the work | |
| * - Corrects obviously incorrect choices and explains why | |
| * - Answers "why" questions thoroughly and clearly | |
| * - Whenever output could be produced, offers to do it itself or let the user |
OlderNewer