|
1 | | -import { |
2 | | - AgentConfig, |
3 | | - AgentStepContext, |
4 | | - ToolResult, |
5 | | - ToolCall, |
6 | | -} from './agent-config' |
| 1 | +import { AgentConfig } from './types/agent-config' |
7 | 2 |
|
8 | 3 | const config: AgentConfig = { |
9 | 4 | id: 'brainstormer', |
@@ -66,19 +61,19 @@ Remember: Your goal is to expand thinking, not to provide definitive answers. He |
66 | 61 |
|
67 | 62 | subagents: ['thinker', 'researcher'], |
68 | 63 |
|
69 | | - parentInstructions: { |
70 | | - base: 'Spawn brainstormer when you need creative alternatives, want to challenge assumptions, or explore different approaches to implementation problems', |
71 | | - base_lite: |
72 | | - "Use brainstormer for quick creative insights when you're stuck or need fresh perspectives on simple problems", |
73 | | - base_max: |
74 | | - 'Leverage brainstormer for deep creative exploration of complex problems with multiple potential solution paths', |
75 | | - thinker: |
76 | | - 'Collaborate with brainstormer when analytical thinking needs creative angles or assumption challenging', |
77 | | - researcher: |
78 | | - 'Use brainstormer to suggest creative search angles and alternative information sources for research', |
79 | | - reviewer: |
80 | | - 'Engage brainstormer for creative problem-solving approaches to code review and innovative improvement suggestions', |
81 | | - }, |
| 64 | + // parentInstructions: { |
| 65 | + // base: 'Spawn brainstormer when you need creative alternatives, want to challenge assumptions, or explore different approaches to implementation problems', |
| 66 | + // base_lite: |
| 67 | + // "Use brainstormer for quick creative insights when you're stuck or need fresh perspectives on simple problems", |
| 68 | + // base_max: |
| 69 | + // 'Leverage brainstormer for deep creative exploration of complex problems with multiple potential solution paths', |
| 70 | + // thinker: |
| 71 | + // 'Collaborate with brainstormer when analytical thinking needs creative angles or assumption challenging', |
| 72 | + // researcher: |
| 73 | + // 'Use brainstormer to suggest creative search angles and alternative information sources for research', |
| 74 | + // reviewer: |
| 75 | + // 'Engage brainstormer for creative problem-solving approaches to code review and innovative improvement suggestions', |
| 76 | + // }, |
82 | 77 | } |
83 | 78 |
|
84 | 79 | export default config |
0 commit comments