We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73389a commit b405f1eCopy full SHA for b405f1e
packages/agent/src/tools/interaction/agentStart.ts
@@ -64,7 +64,7 @@ type ReturnType = z.infer<typeof returnSchema>;
64
65
// Sub-agent specific configuration
66
const subAgentConfig = {
67
- maxIterations: 50,
+ maxIterations: 200,
68
model: getModel('anthropic', 'claude-3-7-sonnet-20250219'),
69
maxTokens: 4096,
70
temperature: 0.7,
packages/agent/src/tools/interaction/subAgent.ts
@@ -42,7 +42,7 @@ type ReturnType = z.infer<typeof returnSchema>;
42
43
44
45
46
47
48
0 commit comments