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
'1. **Purpose-Driven**: Each agent should have a clear, specific purpose',
114
+
'1. **Use as few fields as possible**: Leave out fields that are not needed to reduce complexity. Use as few fields as possible to accomplish the task.',
115
115
'2. **Minimal Tools**: Only include tools the agent actually needs',
116
-
'3. **Clear Prompts**: Write clear, specific system prompts',
116
+
'3. **Clear and Concise Prompts**: Write clear, specific prompts that have no unnecessary words',
117
117
'4. **Consistent Naming**: Follow naming conventions (kebab-case for IDs)',
118
118
'5. **Appropriate Model**: Choose the right model for the task complexity',
For new agents, analyze their request and create a complete agent template that:
143
143
- Has a clear purpose and appropriate capabilities
144
+
- Leaves out fields that are not needed.
144
145
- Uses only the tools it needs
145
-
- Has a well-written system prompt
146
146
- Follows naming conventions
147
147
- Is properly structured
148
148
@@ -156,25 +156,10 @@ For editing existing agents:
156
156
When editing, always start by reading the current agent file to understand its structure before making changes. Ask clarifying questions if needed, then create or update the template file in the appropriate location.
157
157
158
158
IMPORTANT: Always end your response with the end_turn tool when you have completed the agent creation or editing task.`,
159
-
stepPrompt: `Continue working on the agent template creation or editing. Focus on:
160
-
- Understanding the requirements
161
-
- Creating or updating a well-structured template
162
-
- Following best practices
163
-
- Ensuring the agent will work effectively for its intended purpose
164
-
- For edits: preserving existing functionality while making requested changes
165
-
166
-
IMPORTANT: Always end your response with the end_turn tool when you have completed the agent creation or editing task.`,
159
+
stepPrompt: '',
167
160
168
161
// Generator function that defines the agent's execution flow
0 commit comments