simulate_future_regrets
Anticipate potential regrets and failures before taking a major action by simulating future outcomes using Monte Carlo Tree Search.
Instructions
TRIGGER: Call this BEFORE a major architectural or strategic action to generate failure predictions. Runs a simulated MCTS (Monte Carlo Tree Search) prompt template for the LLM to imagine futures. Args: proposed_action: The action you are about to take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposed_action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |