Feedback is a stage in an agentic or learning loop in which the system evaluates the result of a previous action. It can be used to decide whether to continue, revise, retry, or improve subsequent actions.
A stage in an agentic loop in which the
agent evaluates the action taken during the act stage.
For example, if the agent sent an API request during the act stage,
the feedback stage might determine whether the API response
was successful.