1 Commits
Author SHA1 Message Date
huaiyuWanghandGitHub af86738e0d fix: detect and stop tool call infinite loops (#2130) (#2214)
Add smart loop detection as a stop condition for agent execution. When
the same tool call signature (name + input + output) appears more than
5 times within a 10-step window, the agent stops instead of running
until context window exhaustion.
2026-02-13 18:20:41 -03:00