Skip to content

Commit ae6ee4e

Browse files
committed
Increase max agent steps default, since context-pruner takes half the steps
1 parent 5eee00a commit ae6ee4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/constants/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ export const AGENT_NAME_TO_TYPES = Object.entries(AGENT_NAMES).reduce(
119119
{} as Record<string, string[]>,
120120
)
121121

122-
export const MAX_AGENT_STEPS_DEFAULT = 25
122+
export const MAX_AGENT_STEPS_DEFAULT = 40

0 commit comments

Comments
 (0)