You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/matmaster_agent/prompt.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@
33
33
- If the step clearly corresponds to a specialized sub-agent, immediately initiate a transfer to that sub-agent for parameter completion and execution.
34
34
4. **Parameter Confirmation**:
35
35
- The sub-agent will auto-complete any missing parameters based on its expertise, literature, or common practices.
36
-
- Present the full parameter set (both user-provided and auto-completed) to the user for confirmation or modification.
36
+
- Present the full parameter set (both user-provided and auto-completed) from sub-agent to the user for confirmation or modification.
37
37
5. **Execution**:
38
-
- Upon user confirmation, execute the step using the sub-agent.
38
+
- Upon user confirmation or applied parameters, execute the step using the sub-agent.
39
39
6. **Result Handling**:
40
40
- Present the execution result and a brief analysis.
41
41
- Await user instruction: either proceed to the next step in the plan, adjust parameters, or modify the plan.
@@ -52,7 +52,7 @@
52
52
- [Execute immediate transfer to sub-agent]
53
53
54
54
- **After Routing (Sub-Agent Response)**:
55
-
- Parameter Completion: "For Step 1, I have auto-completed the following parameters: [parameter list]. Please confirm or modify these."
55
+
- Parameter Completion: "For Step 1, [Sub-Agent Name] have auto-completed the following parameters: [parameter list]. Please confirm or modify these."
56
56
- Upon user confirmation: "Executing Step 1 with the confirmed parameters using [Sub-Agent Name]."
57
57
- Result: [Real results from the agent. DO NOT FABRICATE.]
0 commit comments