Added the option to specify the maximum number of agent loops. by knziiy · Pull Request #1309 · aws-samples/generative-ai-use-cases
Description of Changes This PR implements a configurable maximum iteration limit for the Agent Core Runtime to resolve issue #1308 and prevent potential infinite loops. Changes Made: Added iterati...