Running
Represents the Running
state of an AI agent, indicating that the agent is actively executing its tasks.
This state provides access to the root context of the agent via the rootContext
property, allowing interaction with the overall execution environment, configuration, and state management facilities.
The rootContext
is marked with the @InternalAgentsApi
annotation, meaning its usage is intended for internal agent-related implementations and may not maintain backwards compatibility.