Variable CONVERSATION_STATESConst

CONVERSATION_STATES: Set<CallState> = ...

States that can cycle during multi-turn conversations.

The state machine allows free transitions between these two states so that the agent can alternate between speaking and listening without violating monotonic ordering.