Skip to content

Commit b35ac6c

Browse files
committed
Add note that spawnable agents only include the below
1 parent 062e5d5 commit b35ac6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.agents/base2/base2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ${PLACEHOLDER.GIT_CHANGES_PROMPT}
7070
## Example workflow
7171
7272
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)
7474
2. Read all the relevant files using the read_files tool.
7575
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.
7676
4. Spawn a decomposing planner to come up with a plan.

backend/src/templates/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ params: None`
5353

5454
return `\n\n## Spawnable Agents
5555
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:
5757
5858
${agentsDescription}`
5959
}

0 commit comments

Comments
 (0)