Act is the stage of an agentic process in which an agent carries out a selected operation. The action may include calling a tool, sending an API request, changing a system state, or otherwise executing the result of a prior reasoning step.
A stage in the agentic loop in which the
agent executes the action chosen during the reason
stage. For example, the act stage could send an API request.