Skip to content

Commit 1568acb

Browse files
committed
[buffbench] base2 with thinker and no planner
1 parent 25a1205 commit 1568acb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.agents/base2/base2.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const definition: SecretAgentDefinition = {
3434
'researcher-file-explorer',
3535
'researcher-web',
3636
'researcher-docs',
37-
// 'decomposing-thinker',
37+
'decomposing-thinker',
3838
// 'decomposing-planner',
3939
'editor',
4040
'reviewer-max',
@@ -74,11 +74,12 @@ Use this workflow to solve a medium or complex coding task:
7474
1. Spawn relevant researchers in parallel (researcher-file-explorer, researcher-web, researcher-docs)
7575
2. Read all the relevant files using the read_files tool.
7676
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.
77-
4. Spawn an editor with a prompt that includes a plan.
78-
5. Spawn a reviewer to review the code. If changes are needed, go back to step 5, but no more than once.
79-
6. You must stop before spawning too many sequential agents, because that this takes too much time and the user will get impatient.
77+
4. Spawn a decomposing thinker to come up with insights.
78+
5. Spawn an editor with a prompt that includes a plan.
79+
6. Spawn a reviewer to review the code. If changes are needed, go back to step 5, but no more than once.
80+
7. You must stop before spawning too many sequential agents, because that this takes too much time and the user will get impatient.
8081
81-
Feel free to modify this workflow as needed. It's good to spawn different agents in sequence: spawn a researcher before an editor because then the editor can use the researcher's results to make better changes. You can however spawn mulitple researchers, editors, and read-only-commanders, at the same time if needed.
82+
Feel free to modify this workflow as needed. It's good to spawn different agents in sequence: spawn a researcher before a thinker because then the thinker can use the researcher's results in its analysis. You can however spawn mulitple researchers, editors, and read-only-commanders, at the same time if needed.
8283
8384
## Guidelines
8485

0 commit comments

Comments
 (0)