fix(executor): reset messages and iterations between invocations
CrewAgentExecutor is reused across sequential tasks but invoke/ainvoke only appended to self.messages and never reset self.iterations, so task 2 inherited task 1's history and iteration count.
G
Greyson LaLonde committed
4c74dc0f86a27af64624b21abc81e9eab4bb5e85
Parent: 13e0e9b
Committed by GitHub <noreply@github.com>
on 4/28/2026, 6:10:17 PM