Environment grounding is the raw feedback data an agent receives from its operating environment during an agentic loop. Examples include error logs, web page contents, tool responses, sensor readings, or other observations used to update the agent’s next action.
The raw data that flows back to the agent during the feedback stage of the agentic loop. For example, environment grounding for an agent might include error logs or the HTML of a newly created web page.