Обратная связь — этап в агентном или обучающем цикле, на котором система оценивает результат предыдущего действия. Она может использоваться для решения о том, продолжать ли действие, пересмотреть его, повторить или улучшить последующие действия.
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.