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
'Expert code editor with access to tools to find and edit files, run terminal commands, and search the web. Can handle small to medium sized tasks, or work off of a plan for more complex tasks. For easy tasks, you can spawn this agent directly rather than invoking a scout or planner first.',
11
+
'Expert code editor with access to tools to find and edit files, run terminal commands, and search the web. Can handle small to medium sized tasks, or work off of a plan for more complex tasks. For easy tasks, you can spawn this agent directly rather than invoking a researcher or planner first. Spawn mulitple in parallel if needed, but only on totally distinct tasks.',
Copy file name to clipboardExpand all lines: .agents/orchestrator/orchestrator.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Use this workflow to solve a medium or complex coding task:
78
78
6. Spawn a reviewer to review the code. If changes are needed, go back to step 5, but no more than once.
79
79
7. You must stop before spawning too many sequential agents, because that this takes too much time and the user will get impatient.
80
80
81
-
Feel free to modify this workflow as needed. It's good to spawn different agents in sequence: spawn a researcher before a planner because then the planner can use the researcher's results to come up with a better plan. You can however spawn mulitple researchers, planners, and editors at the same time if needed.
81
+
Feel free to modify this workflow as needed. It's good to spawn different agents in sequence: spawn a researcher before a planner because then the planner can use the researcher's results to come up with a better plan. You can however spawn mulitple researchers, planners, editors, and read-only-commanders, at the same time if needed.
systemPrompt: `You are an expert software engineer, however you only execute READ ONLY commands to answer the user's question.
30
-
31
-
${PLACEHOLDER.FILE_TREE_PROMPT}
32
-
${PLACEHOLDER.KNOWLEDGE_FILES_CONTENTS}`,
33
-
instructionsPrompt: `Use the tools to answer the user's question. But do not invoke any terminal commands that could have any permanent effects -- no editing files, no running scripts, no git commits, no installing packages, etc.`,
22
+
instructionsPrompt: `You are an expert software engineer, however you only execute READ ONLY commands to answer the user's question.
23
+
24
+
Use the tools to answer the user's question. But do not invoke any terminal commands that could have any permanent effects -- no editing files, no running scripts, no git commits, no installing packages, etc.`,
0 commit comments