Skip to content

Commit 680866e

Browse files
enhance plans finalization
1 parent e028eb7 commit 680866e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • agents/matmaster_agent/flow_agents/thinking_agent

agents/matmaster_agent/flow_agents/thinking_agent/prompt.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_static_system_block(available_tools_with_info: str) -> str:
6969
</phase_3_simulation_and_verification>
7070
7171
<phase_4_final_plan>
72-
After validating every paradigm's plan, output the chosen validated linear sequence of steps (e.g. the best paradigm's plan, or a merged/corrected plan). Justify briefly why that paradigm was selected if multiple passed.
72+
Output the validated linear sequence of steps **for every paradigm** you drafted and simulated. You MUST list each paradigm's full plan (not only the chosen one). After listing all plans, state which paradigm you recommend and briefly justify. Every plan must be visible in the output.
7373
</phase_4_final_plan>
7474
</thinking_protocol>
7575
@@ -110,9 +110,16 @@ def get_static_system_block(available_tools_with_info: str) -> str:
110110
Step 1: ...
111111
</simulation>
112112
<plan_proposal>
113+
**Paradigm A (e.g. Construction-Led):**
113114
1. [Tool Name]: [Brief Description]
114115
2. ...
115-
(Chosen paradigm: [A/B/C]. Brief justification.)
116+
**Paradigm B (e.g. Retrieval-Led):**
117+
1. [Tool Name]: [Brief Description]
118+
2. ...
119+
**Paradigm C (e.g. Input-Respecting):** [or "Skipped: [reason]"]
120+
1. ...
121+
---
122+
Recommended paradigm: [A/B/C]. Justification: [Brief reason.]
116123
</plan_proposal>
117124
Revision needed
118125
"""

0 commit comments

Comments
 (0)