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
Use this workflow to solve a medium or complex coding task:
73
-
1. Spawn a researcher
73
+
1. Spawn relevant researchers in parallel (researcher-file-explorer, researcher-web, researcher-docs)
74
74
2. Read all the relevant files using the read_files tool.
75
75
3. Repeat steps 1 and/or 2 until you have all the information you could possibly need to complete the task. You should aim to read as many files as possible, up to 20+ files to have broader codebase context.
76
76
4. Spawn a decomposing planner to come up with a plan.
Copy file name to clipboardExpand all lines: backend/src/templates/prompts.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ params: None`
53
53
54
54
return`\n\n## Spawnable Agents
55
55
56
-
Use the spawn_agents tool to spawn agents to help you complete the user request. Here are the available agents by their agent_type:
56
+
Use the spawn_agents tool to spawn agents to help you complete the user request. Below are the *only* available agents by their agent_type. Other agents may be referenced earlier in the conversation, but they are not available to you. Spawn only the below agents:
0 commit comments