Commit 7a11fc1
committed
docs: document AutoAgents max_turns=10 hardcoded limitation
AutoAgents ReActAgent has max_turns hardcoded to 10 in current version.
We calculate tier-aware max_iterations (Small: 5, Massive: 20) but
cannot override ReActAgent's config() method.
Impact:
- Small/Medium tiers: Works fine (5-10 iterations)
- Large tier: Capped at 10 instead of 15
- Massive tier: Capped at 10 instead of 20
Added max_iterations field to CodeGraphReActAgent for future use
when AutoAgents allows configuration override.
Workaround: Update to newer AutoAgents version or fork to allow
configurable max_turns in ExecutorConfig.1 parent 4225b24 commit 7a11fc1
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
373 | 379 | | |
374 | 380 | | |
375 | 381 | | |
| |||
417 | 423 | | |
418 | 424 | | |
419 | 425 | | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
420 | 430 | | |
421 | 431 | | |
422 | 432 | | |
423 | 433 | | |
424 | 434 | | |
| 435 | + | |
425 | 436 | | |
426 | 437 | | |
427 | 438 | | |
| |||
0 commit comments