A state transition is the change of a system—such as an autonomous agent or a software process—from one defined operational condition to another, triggered by an event or the satisfaction of a specific condition. This mechanism is formally modeled by a finite state machine (FSM), where the system's behavior is governed by a set of states, a set of possible transitions between them, and the rules that trigger those changes. In agentic systems, a transition often executes an action or updates the agent's internal context.
