Agent State
enum AgentState
Represents the runtime state of an AgentParticipant.
The state describes what the agent is doing at a given moment — useful for driving UI affordances such as a "thinking" indicator or a speaking waveform. Read the current state via getAgentState and subscribe to changes via onAgentStateChanged.
See also
ParticipantEventListener.onAgentStateChanged()